IndexStylingBLRgba

BLRgba Struct Reference [¶]

128-bit RGBA color stored as 4 32-bit floating point values in [RGBA] order.

Public Members

Member Functions

Construction & Destruction
Overloaded Operators
Common Functionality
Conversion
Utilities

bool BLRgba::is_opaque() constnodiscardconstexprnoexcept[¶]

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

bool BLRgba::is_transparent() constnodiscardconstexprnoexcept[¶]

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

float BLRgba::r[¶]

Red component.

float BLRgba::g[¶]

Green component.

float BLRgba::b[¶]

Blur component.

float BLRgba::a[¶]

Alpha component.