CompositingQuality Enumeration
Specifies the quality level to use during compositing.
[Visual Basic] <Serializable> Public Enum CompositingQuality [C#] [Serializable] public enum CompositingQuality [C++] [Serializable] __value public enum CompositingQuality [JScript] public Serializable enum CompositingQuality
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.
Members
| Member name | Description |
|---|---|
| AssumeLinear | Assume linear values. |
| Default | Default quality. |
| GammaCorrected | Gamma correction is used. |
| HighQuality | High quality, low speed compositing. |
| HighSpeed | High speed, low quality. |
| Invalid | Invalid quality. |
Requirements
Namespace: System.Drawing.Drawing2D
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)