xtd 0.2.0
Loading...
Searching...
No Matches
compositing_modes.h
1#pragma once
3#if !defined(__XTD_DRAWING_NATIVE_LIBRARY__)
4#error "Do not include this file: Internal use only"
5#endif
7
8#include <xtd/types.h>
9
17
constexpr xtd::int32 CM_SOURCE_COPY
Specifies that when a color is rendered, it overwrites the background color.
Definition compositing_modes.h:24
constexpr xtd::int32 CM_SOURCE_OVER
Specifies that when a color is rendered, it is blended with the background color. The blend is determ...
Definition compositing_modes.h:16
int32_t int32
Represents a 32-bit signed integer.
Definition int32.h:23
Contains xtd fundamental types.