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

Member Function Documentation

bool BLRgba32::isOpaque() constconstexprconstexpr◆ 

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

bool BLRgba32::isTransparent() constconstexprconstexpr◆ 

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

Member Data Documentation

uint32_t BLRgba32::value◆ 

Packed 32-bit RGBA value.