CompositingMode

CompositingMode enum

Specifies how source colors and background colors are combined.

enum class CompositingMode

Values

NameValueDescription
SourceOver0The color being rendered overwrites the background color.
SourceCopy1

See Also