Blend state. More...
#include <kanzi/core.ui/graphics/composition_stack.hpp>
Public Member Functions | |
| void | apply (Renderer &renderer) |
| Applies color/blend state. | |
| ColorBlendState (int blendMode, GraphicsColorWriteMode colorWriteMode) | |
| Constructor. | |
Public Attributes | |
| int | blendMode |
| Blend mode. | |
| GraphicsColorWriteMode | colorWriteMode |
| Graphics write mode. | |
Blend state.
|
inline |
Constructor.
blendMode changed from GraphicsBlendMode to int. Applies color/blend state.
| renderer | Renderer to use. |
| int kanzi::CompositionStack::ColorBlendState::blendMode |
Blend mode.
| GraphicsColorWriteMode kanzi::CompositionStack::ColorBlendState::colorWriteMode |
Graphics write mode.