HEXAColor
Wrapper for RGBA colors. Receiving UInt in main constructor. Each part in main constructor configured with 0x00 - 0xff
range. Examples:
Red:
0xff0000ffu
Red (0.5 capacity):
0xff000088u
Anyway it is recommended to use
Parameters
hexa UInt
rgba UInt in format 0xFFEEBBAA
where FF - red, EE - green, BB - blue` and AA - alpha