HEXAColor

constructor(r: Int, g: Int, b: Int, a: Int)(source)
constructor(r: Int, g: Int, b: Int, aOfOne: Float = 1.0f)(source)


constructor(hexaUInt: UInt)(source)

Parameters

hexaUInt

rgba UInt in format 0xFFEEBBAA where FF - red, EE - green, BB - blue` and AA - alpha