BlendMode
Declaration
public struct Strawberry.Graphics.BlendMode
Defines the blending configuration for render operations, specifying how source and destination pixels are combined for both RGB and alpha channels.
Fields
RGBSourceFactor
The blend factor applied to the source RGB color value.
BlendFactor RGBSourceFactor
RGBDestFactor
The blend factor applied to the destination RGB color value.
BlendFactor RGBDestFactor
AlphaSourceFactor
The blend factor applied to the source alpha value.
BlendFactor AlphaSourceFactor
AlphaDestFactor
The blend factor applied to the destination alpha value.
BlendFactor AlphaDestFactor
RGBEquation
The arithmetic equation used to combine the RGB source and destination factors.
BlendEquation RGBEquation
AlphaEquation
The arithmetic equation used to combine the alpha source and destination factors.
BlendEquation AlphaEquation
Color
A constant color value used by certain blend factors (e.g., when a constant blend color is referenced in the blending operation).
Color Color