RGB_565

16-bit encoding( 5-bit Red, 6-bit Green, 5-bit Blue). Bit masks:

  • Red 0xF800( 5 bits of red)

  • Green 0x07E0( 6 bits of green)

  • Blue 0x001F( 5 bits of blue)

See also

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.