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

Member Function Documentation

bool BLRgba64::isOpaque() constconstexprconstexpr◆ 

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

bool BLRgba64::isTransparent() constconstexprconstexpr◆ 

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

Member Data Documentation

uint64_t BLRgba64::value◆ 

Packed 64-bit RGBA value.