BlendState
class BlendState
Defines the blend behavior for color and alpha components.
Summary
Public constructors |
|---|
BlendState(color: BlendComponent, alpha: BlendComponent) |
Public properties |
|
|---|---|
BlendComponent |
The blending state for the alpha channel (A). |
BlendComponent |
The blending state for color channels (RGB). |
Public constructors
BlendState
Added in 1.0.0-alpha01
BlendState(
color: BlendComponent = BlendComponent(),
alpha: BlendComponent = BlendComponent()
)
Public properties
alpha
Added in 1.0.0-alpha01
var alpha: BlendComponent
The blending state for the alpha channel (A).