Describes the bit representation of a surface buffer. More...
#include <kanzi/platform/graphics/platform_types.hpp>
Public Attributes | |
| uint8_t | alpha |
| Number of bits used to represent the alpha channel. | |
| uint8_t | blue |
| Number of bits used to represent the blue channel. | |
| uint8_t | depth |
| Number of bits used to represent the depth channel. | |
| uint8_t | green |
| Number of bits used to represent the green channel. | |
| bool | isSRGB |
| Is the color channels using the sRGB transfer function. | |
| uint8_t | red |
| Number of bits used to represent the red channel. | |
| uint8_t | stencil |
| Number of bits used to represent the stencil channel. | |
Describes the bit representation of a surface buffer.
| uint8_t kanzi::platform::SurfaceBits::red |
Number of bits used to represent the red channel.
| uint8_t kanzi::platform::SurfaceBits::green |
Number of bits used to represent the green channel.
| uint8_t kanzi::platform::SurfaceBits::blue |
Number of bits used to represent the blue channel.
| uint8_t kanzi::platform::SurfaceBits::alpha |
Number of bits used to represent the alpha channel.
| bool kanzi::platform::SurfaceBits::isSRGB |
Is the color channels using the sRGB transfer function.
| uint8_t kanzi::platform::SurfaceBits::depth |
Number of bits used to represent the depth channel.
| uint8_t kanzi::platform::SurfaceBits::stencil |
Number of bits used to represent the stencil channel.