|
Enrollment 28.2.0
|
It holds RGB color with transparency. More...
#include <ImageAttribute.h>
Public Types | |
| enum | : uint8_t { FULLY_TRANSPARENT = 0 , FULLY_OPAQUE = 255 } |
Public Member Functions | |
| void | WriteTo (Writer &writer) const final |
| Write itself into writer. | |
Public Attributes | |
| RGB | color |
| color definition in RGB model | |
| unsigned char | transparency = FULLY_OPAQUE |
| Transparency where 0 is fully transparent and 255 is fully opaque. | |
It holds RGB color with transparency.
| anonymous enum : uint8_t |
|
inlinefinalvirtual |
Write itself into writer.
| writer | Writer to use to serialize this Serializable |
Implements Serializable.
References color, and transparency.