IndexStylingBLRgba32
BLRgba32 Struct Reference

32-bit RGBA color (8-bit per component) stored as 0xAARRGGBB.

Public Members

Member Functions

Construction & Destruction
Overloaded Operators
Accessors
Common Functionality
Utilities

bool BLRgba32::isOpaque() constconstexprnoexcept[¶]

Tests whether the color is fully-opaque (alpha equals 0xFFFF).

bool BLRgba32::isTransparent() constconstexprnoexcept[¶]

Tests whether the color is fully-transparent (alpha equals 0).

uint32_t BLRgba32::value[¶]

Packed 32-bit RGBA value.