xtd 0.2.0
Loading...
Searching...
No Matches
compositing_quality.h
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/enum>
6
8namespace xtd {
10 namespace drawing {
12 namespace drawing_2d {
22 invalid = -1,
24 default_value = 0,
26 high_speed = 1,
28 high_quality = 2,
32 assume_linear = 4,
33 };
34 }
35 }
36}
37
41};
std::vector< std::pair< enum_t, xtd::ustring > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.h:19
compositing_quality
Specifies the quality level to use during compositing.
Definition compositing_quality.h:20
@ gamma_corrected
Gamma correction is used.
@ high_quality
High quality, low speed compositing.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Provides the registration struct for enumerations.
Definition enum_register.h:36