BlendState


class BlendState


Defines the blend behavior for color and alpha components.

Summary

Public constructors

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 alphaBlendComponent

The blending state for the alpha channel (A).

color

Added in 1.0.0-alpha01
var colorBlendComponent

The blending state for color channels (RGB).