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

◆ compositing_quality

Specifies the quality level to use during compositing.

Namespace
xtd::drawing::drawing_2d
Library
xtd.drawing
Remarks
Compositing is done during rendering when the source pixels are combined with the destination pixels to produce the resultant pixels. The quality of compositing directly relates to the visual quality of the output and is inversely proportional to the render time. The higher the quality, the slower the render time. This is because the higher the quality level, the more surrounding pixels need to be taken into account during the composite. The linear quality setting (AssumeLinear) compromises by providing better quality than the default quality at a slightly lower speed.
Enumerator
invalid 

Invalid quality.

default_value 

Default quality.

high_speed 

High speed, low quality.

high_quality 

High quality, low speed compositing.

gamma_corrected 

Gamma correction is used.

assume_linear 

Assume linear values.