HciColor

data class HciColor(r: Int, g: Int, b: Int)

Properties

b
Link copied to clipboard
val b: Int

The blue component of this color

g
Link copied to clipboard
val g: Int

The green component of this color

r
Link copied to clipboard
val r: Int

The red component of this color

Extensions

rgb
Link copied to clipboard
val HciColor.rgb: Int