Kanzi 4.0.0
kanzi::CompositionStack::ColorBlendState Struct Reference

Blend state. More...

#include <kanzi/core.ui/graphics/composition_stack.hpp>

Public Member Functions

 ColorBlendState (int blendMode, GraphicsColorWriteMode colorWriteMode)
 Constructor.
 

Public Attributes

int blendMode
 Blend mode.
 
GraphicsColorWriteMode colorWriteMode
 Graphics write mode.
 

Detailed Description

Blend state.

Constructor & Destructor Documentation

◆ ColorBlendState()

kanzi::CompositionStack::ColorBlendState::ColorBlendState ( int blendMode,
GraphicsColorWriteMode colorWriteMode )
inline

Constructor.

Since
Kanzi 3.9.1 type of blendMode changed from GraphicsBlendMode to int.

Member Data Documentation

◆ blendMode

int kanzi::CompositionStack::ColorBlendState::blendMode

Blend mode.

Since
Kanzi 3.9.1 type changed from GraphicsBlendMode to int.

◆ colorWriteMode

GraphicsColorWriteMode kanzi::CompositionStack::ColorBlendState::colorWriteMode

Graphics write mode.


The documentation for this struct was generated from the following file: