System.Drawing.Imaging.ColorAdjustType Enumeration

Specifies which GDI+ objects use color adjustment information.

Syntax

public enum ColorAdjustType

Remarks

System.Drawing.Bitmap, System.Drawing.Brush, and System.Drawing.Pen objects use any color adjustments that have been set in the default System.Drawing.Imaging.ImageAttributes object until their own color adjustments have been set.

Members

Member NameDescription
Any

The number of types specified.

Bitmap

Color adjustment information for System.Drawing.Bitmap objects.

Brush

Color adjustment information for System.Drawing.Brush objects.

Count

The number of types specified.

Default

Color adjustment information that is used by all GDI+ objects that do not have their own color adjustment information.

Pen

Color adjustment information for System.Drawing.Pen objects.

Text

Color adjustment information for text.

Requirements

Namespace: System.Drawing.Imaging
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0