Swizzle options for each channel of a format. More...
#include <kanzi/gfx/types.hpp>
Public Attributes | |
| SwizzleChannel | a |
| The swizzle channel used for the alpha output channel. | |
| SwizzleChannel | b |
| The swizzle channel used for the blue output channel. | |
| SwizzleChannel | g |
| The swizzle channel used for the green output channel. | |
| SwizzleChannel | r |
| The swizzle channel used for the red output channel. | |
Swizzle options for each channel of a format.
| SwizzleChannel kanzi::gfx::SwizzleMask::r |
The swizzle channel used for the red output channel.
| SwizzleChannel kanzi::gfx::SwizzleMask::g |
The swizzle channel used for the green output channel.
| SwizzleChannel kanzi::gfx::SwizzleMask::b |
The swizzle channel used for the blue output channel.
| SwizzleChannel kanzi::gfx::SwizzleMask::a |
The swizzle channel used for the alpha output channel.