Skip to main content

ColorAdjustType

Namespace: System.Drawing.Imaging

Assembly: System.Drawing.Managed (4.0.0.0)

Specifies which GDI+ objects use color adjustment information.

public enum ColorAdjustType : Enum

Fields

NameDescription
AnySpecifies the number of types specified.
BitmapDefines color adjustment information for Bitmap objects.
BrushDefines color adjustment information for Brush objects.
CountSpecifies the number of types specified.
DefaultDefines color adjustment information that is used by all GDI+ objects that do not have their own color adjustment information.
PenDefines color adjustment information for Pen objects.
TextDefines color adjustment information for text.

Used By

NameDescription
ImageAttributes.ClearColorKeyClears the color key (transparency range) for a specified category.
ImageAttributes.SetColorMatrixSets the color-adjustment matrix for a specified category.
ImageAttributes.ClearColorMatrixClears the color-adjustment matrix for a specified category.
ImageAttributes.SetColorMatricesSets the color-adjustment matrix and the grayscale-adjustment matrix for a specified category.
ImageAttributes.SetThresholdSets the threshold (transparency range) for a specified category.
ImageAttributes.ClearThresholdClears the threshold value for a specified category.
ImageAttributes.SetGammaSets the gamma value for a specified category.
ImageAttributes.ClearGammaDisables gamma correction for a specified category.
ImageAttributes.SetNoOpTurns off color adjustment for a specified category. You can call the ClearNoOp method to reinstate the color-adjustment settings that were in place before the call to the SetNoOp method.
ImageAttributes.ClearNoOpClears the setting for a specified category.
ImageAttributes.SetColorKeySets the color key (transparency range) for a specified category.
ImageAttributes.SetOutputChannelSets the CMYK (cyan-magenta-yellow-black) output channel for a specified category.
ImageAttributes.ClearOutputChannelClears the (cyan-magenta-yellow-black) output channel setting for a specified category.
ImageAttributes.SetOutputChannelColorProfileSets the output channel color-profile file for a specified category.
ImageAttributes.ClearOutputChannelColorProfileClears the output channel color profile setting for a specified category.
ImageAttributes.SetRemapTableSets the color-remap table for the default category.
ImageAttributes.ClearRemapTableClears the color-remap table for a specified category.
ImageAttributes.GetAdjustedPaletteAdjusts the colors in a palette according to the adjustment settings of a specified category.