composing mode definitions.
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. | |
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/compositing_modes.hpp>
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 |
#include <xtd.drawing.native/include/xtd/drawing/native/compositing_modes.hpp>
Specifies that when a color is rendered, it overwrites the background color.