Package-level declarations
Types
Link copied to clipboard
Represents the color space of a KutintColor.
Link copied to clipboard
data class HSL(val h: Float, val s: Float, val l: Float, val alpha: Float = 1.0f) : KutintColor<HSLColorSpace>
Represents a color in the HSL color space.
Link copied to clipboard
Represents the HSL color space.
Link copied to clipboard
Link copied to clipboard
data class RGB(val r: Float, val g: Float, val b: Float, val alpha: Float = 1.0f) : KutintColor<RGBColorSpace>
Represents a color in the RGB color space.
Link copied to clipboard
Represents the RGB color space.