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::isOpaque() constconstexprnoexcept[¶]

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

bool BLRgba64::isTransparent() constconstexprnoexcept[¶]

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

uint64_t BLRgba64::value[¶]

Packed 64-bit RGBA value.