This enumeration is used by various methods in the ImageAttributes class to determine which types of GDI+ object will be affected by the color transform it defines. public enum ColorAdjustType { Default = 0 , Bitmap = 1 , Brush = 2 , Pen = 3 , Text = 4 , Count = 5 , Any = 6 } Hierarchy System.Object Passed ToMultiple types ![]() |