xtd 0.2.0
Loading...
Searching...
No Matches
composing mode

Definition

composing mode definitions.

Warning
Internal use only

Variables

constexpr xtd::int32 CM_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.
 
constexpr xtd::int32 CM_SOURCE_COPY
 Specifies that when a color is rendered, it overwrites the background color.
 

Variable Documentation

◆ CM_SOURCE_OVER

constexpr xtd::int32 CM_SOURCE_OVER
constexpr

#include <xtd.drawing.native/include/xtd/drawing/native/compositing_modes.h>

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.

Library
xtd.drawing.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ CM_SOURCE_COPY

constexpr xtd::int32 CM_SOURCE_COPY
constexpr

#include <xtd.drawing.native/include/xtd/drawing/native/compositing_modes.h>

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

Library
xtd.drawing.native
Remarks
Added specifically for xtd.
Warning
Internal use only