Module blend

Source

Structs§

BlendState
Pixel arithmetic description for blending operations. Will be used in an equation: equation(sfactor * source_color, dfactor * destination_color) Where source_color is the new pixel color and destination color is color from the destination buffer.

Enums§

BlendEquation
Specifies how incoming RGBA values (source) and the RGBA in framebuffer (destination) are combined.
BlendFactor
Blend factors.
BlendValue
Blend values.