Kewt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kewt
kewt-modifier
/
dev.kewt.modifier
/
Color
/
RGB
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.
Members
Constructors
RGB
Link copied to clipboard
constructor
(
r
:
Int
,
g
:
Int
,
b
:
Int
)
constructor
(
hex
:
Int
)
Properties
b
Link copied to clipboard
val
b
:
Int
g
Link copied to clipboard
val
g
:
Int
r
Link copied to clipboard
val
r
:
Int