|
stmm-games-doc
0.32.0
|

Public Types | |
| enum | { ALPHA_MIN = 0, ALPHA_MAX = 255 } |
Public Member Functions | |
| TileAlpha () noexcept | |
| bool | isEmpty () const noexcept |
| Whether the alpha value is empty (not set). More... | |
| void | clear () noexcept |
| Sets alpha to empty. More... | |
| bool | isOpaque () const noexcept |
| Whether alpha is ALPHA_MAX. More... | |
| bool | operator== (const TileAlpha &oTileAlpha) const noexcept |
| uint8_t | getAlpha () const noexcept |
| The current alpha or ALPHA_MAX if empty. More... | |
| void | setAlpha (uint8_t nA) noexcept |
| double | getAlpha1 () const noexcept |
| double | setAlpha1 (double fA01) noexcept |
| void | dump () const noexcept |
Static Public Member Functions | |
| static double | alphaUint8ToDouble1 (uint8_t nAlpha) noexcept |
| anonymous enum |
|
inlinenoexcept |
|
inlinestaticnoexcept |
|
inlinenoexcept |
Sets alpha to empty.
|
inlinenoexcept |
|
inlinenoexcept |
The current alpha or ALPHA_MAX if empty.
|
inlinenoexcept |
|
inlinenoexcept |
Whether the alpha value is empty (not set).
|
inlinenoexcept |
Whether alpha is ALPHA_MAX.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
1.8.13