ABGR_8888

32-bit encoding( 8-bit Alpha, 8-bit Red, 8-bit Green, 8-bit Blue). Bit masks: ARGB

  • Alpha 0xFF000000

  • Red 0x00FF0000

  • Green 0x0000FF00

  • Blue 0x000000FF

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.