RGB_888

24-bit encoding( 8-bit Red, 8-bit Green, 8-bit Blue). Bit masks:

  • Red 0xFF0000

  • Green 0x00FF00

  • Blue 0x0000FF

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.