Color

object Color

Functions

argb
Link copied to clipboard
fun argb(a: Int, r: Int, g: Int, b: Int): Int
rgb
Link copied to clipboard
fun rgb(r: Int, g: Int, b: Int): Int

Properties

BLACK
Link copied to clipboard
val BLACK: Int
BLACK_A
Link copied to clipboard
val BLACK_A: Int
CYAN
Link copied to clipboard
val CYAN: Int
GREEN
Link copied to clipboard
val GREEN: Int
ORANGE
Link copied to clipboard
val ORANGE: Int
PB_BLUE
Link copied to clipboard
val PB_BLUE: Int
PB_RED
Link copied to clipboard
val PB_RED: Int
RED
Link copied to clipboard
val RED: Int
WHITE
Link copied to clipboard
val WHITE: Int