public final class ColorAdjustType
extends com.aspose.ms.System.Enum
Specifies which GDI+ objects use color adjustment information.
| Modifier and Type | Field and Description |
|---|---|
static int |
Any
The number of types specified.
|
static int |
Bitmap
Color adjustment information for
ColorAdjustType.Bitmap objects. |
static int |
Brush
Color adjustment information for
ColorAdjustType.Brush objects. |
static int |
Count
The number of types specified.
|
static int |
Default
Color adjustment information that is used by all GDI+ objects that do not have their own color adjustment information.
|
static int |
Pen
Color adjustment information for
ColorAdjustType.Pen objects. |
static int |
Text
Color adjustment information for text.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int Default
Color adjustment information that is used by all GDI+ objects that do not have their own color adjustment information.
public static final int Bitmap
Color adjustment information for ColorAdjustType.Bitmap objects.
public static final int Brush
Color adjustment information for ColorAdjustType.Brush objects.
public static final int Pen
Color adjustment information for ColorAdjustType.Pen objects.
public static final int Text
Color adjustment information for text.
public static final int Count
The number of types specified.
public static final int Any
The number of types specified.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.