IndexStylingBLRgba64

BLRgba64 Struct Reference [¶]

64-bit RGBA color (16-bit per component) stored as 0xAAAARRRRGGGGBBBB.

Public Members

Member Functions

Construction & Destruction
Overloaded Operators
Accessors
Common Functionality
Utilities

bool BLRgba64::is_opaque() constnodiscardconstexprnoexcept[¶]

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

bool BLRgba64::is_transparent() constnodiscardconstexprnoexcept[¶]

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

uint64_t BLRgba64::value[¶]

Packed 64-bit RGBA value.