Class to store 32-bit colour values in gamma space.
| Name | Description |
|---|---|
| Geo::v128 ExpandedType | The expanded type. |
| Name | Description |
|---|---|
| const ExpandedType MaxValue | Gets the maximum representable value, represented in the expanded type. |
| Name | Description |
|---|---|
| ByteSwap() | Byte swaps the value. |
| operator ExpandedType() | Extract the Expanded type from the data. |
| Rgba32Gamma(const ExpandedType &) | Construct the compressed data from the expanded type. |
| Zero() | Gets a zero value, represented in the expanded type. |
public: void ByteSwap()
Byte swaps the value.
public: operator ExpandedType() const
Extract the Expanded type from the data.
public: Rgba32Gamma
(
const ExpandedType & newVal
)
Construct the compressed data from the expanded type.
public: ExpandedType Zero()
Gets a zero value, represented in the expanded type.