Enum ColorAdjustType
Enum ColorAdjustType
Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.2.0)
Specifies which objects use color adjustment information.
public enum ColorAdjustType
Fields
Any = 6
The number of types specified.
Bitmap = 1
Color adjustment information for Bitmap objects.
Brush = 2
Color adjustment information for Brush objects.
Count = 5
The number of types specified.
Default = 0
Color adjustment information that is used by all GDI+ objects that do not have their own color adjustment information.
Pen = 3
Color adjustment information for Pen objects.
Text = 4
Color adjustment information for text.