Name
CompositingQuality
Synopsis
This enumeration is used with the
System.Drawing.Graphics.CompositingQuality member
to specify how pixels will be rendered. Each step up in rendering
quality causes a corresponding decrease in rendering speed. This is
because the better rendering quality is achieved by examining a
number of pixels around the target pixel and blending values using
one of several sub-pixel interpolation algorithms.
public enum CompositingQuality { Default = 0, HighSpeed = 1, HighQuality = 2, GammaCorrected = 3, AssumeLinear = 4, Invalid = -1 }
Hierarchy
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ CompositingQuality
Returned By
System.Drawing.Graphics.CompositingQuality
Passed To
System.Drawing.Graphics.CompositingQuality
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access