xtd 0.2.0
Loading...
Searching...
No Matches

◆ compositing_mode

Specifies how the source colors are combined with the background colors.

Namespace
xtd::drawing::drawing_2d
Library
xtd.drawing
Enumerator
source_over 

Specifies that when a color is rendered, it is blended with the background color. The blend is determined by the alpha component of the color being rendered.

source_copy 

Specifies that when a color is rendered, it overwrites the background color.