RGB

data class RGB(val r: Int, val g: Int, val b: Int) : Color(source)

A TrueColor representation using 8-bit red, green, and blue components.

Constructors

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

Properties

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