RgbColor

data class RgbColor(val r: Int, val g: Int, val b: Int) : CssColor

RGB表記

Constructors

Link copied to clipboard
constructor(r: Int, g: Int, b: Int)

Properties

Link copied to clipboard
val b: Int
Link copied to clipboard
val g: Int
Link copied to clipboard
val r: Int

Functions

Link copied to clipboard
open override fun toCssString(): String