BGR_888

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

  • Blue 0xFF0000

  • Green 0x00FF00

  • Red 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.