Ctrl+K

BlendEquation

Declaration

public sealed enum Strawberry.Graphics.BlendEquation

Specifies the arithmetic operation used to combine the source and destination blend factors.

Members

Name Value Description
Add 0 Adds the source and destination blend factors together.
Subtract 1 Subtracts the destination blend factor from the source blend factor.

Fields

Add static

Adds the source and destination blend factors together.

BlendEquation Add = 0

Subtract static

Subtracts the destination blend factor from the source blend factor.

BlendEquation Subtract = 1