BitStorageUnit

Color storage unit description for packed bit colors (1-bit, 2-bit, 4-bit etc.)

Members

Functions

opIndex
ValueType opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
ValueType opIndexAssign(ValueType value, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

length
enum length;

Array operations.

Variables

storageValue
StorageType storageValue;

Raw value.

Meta