Module beamui.graphics.compositing

Enums and structs for compositing and blending.

Import line

import beamui.graphics.compositing;

Functions

NameDescription
getBlendFactors(compositeMode) Get the blend factors of a composite mode (for premultiplied source and destination)

Structs

NameDescription
CompositeOperation Internal struct that maps CompositeMode onto hardware framebuffer blend modes

Enums

NameDescription
AlphaBlendFactor Internal enum that represents common hardware alpha blend factors
BlendMode Standard W3C blend modes
CompositeMode Porter-Duff compositing modes