ColorAdjustType
Namespace: System.Drawing.Imaging
Assembly: System.Drawing.Managed (4.0.0.0)
Specifies which GDI+ objects use color adjustment information.
- C#
- VB.NET
public enum ColorAdjustType : Enum
Public Enum ColorAdjustType As [Enum]
Fields
| Name | Description |
|---|---|
| Any | Specifies the number of types specified. |
| Bitmap | Defines color adjustment information for Bitmap objects. |
| Brush | Defines color adjustment information for Brush objects. |
| Count | Specifies the number of types specified. |
| Default | Defines color adjustment information that is used by all GDI+ objects that do not have their own color adjustment information. |
| Pen | Defines color adjustment information for Pen objects. |
| Text | Defines color adjustment information for text. |
Used By
| Name | Description |
|---|---|
| ImageAttributes.ClearColorKey | Clears the color key (transparency range) for a specified category. |
| ImageAttributes.SetColorMatrix | Sets the color-adjustment matrix for a specified category. |
| ImageAttributes.ClearColorMatrix | Clears the color-adjustment matrix for a specified category. |
| ImageAttributes.SetColorMatrices | Sets the color-adjustment matrix and the grayscale-adjustment matrix for a specified category. |
| ImageAttributes.SetThreshold | Sets the threshold (transparency range) for a specified category. |
| ImageAttributes.ClearThreshold | Clears the threshold value for a specified category. |
| ImageAttributes.SetGamma | Sets the gamma value for a specified category. |
| ImageAttributes.ClearGamma | Disables gamma correction for a specified category. |
| ImageAttributes.SetNoOp | Turns 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.ClearNoOp | Clears the setting for a specified category. |
| ImageAttributes.SetColorKey | Sets the color key (transparency range) for a specified category. |
| ImageAttributes.SetOutputChannel | Sets the CMYK (cyan-magenta-yellow-black) output channel for a specified category. |
| ImageAttributes.ClearOutputChannel | Clears the (cyan-magenta-yellow-black) output channel setting for a specified category. |
| ImageAttributes.SetOutputChannelColorProfile | Sets the output channel color-profile file for a specified category. |
| ImageAttributes.ClearOutputChannelColorProfile | Clears the output channel color profile setting for a specified category. |
| ImageAttributes.SetRemapTable | Sets the color-remap table for the default category. |
| ImageAttributes.ClearRemapTable | Clears the color-remap table for a specified category. |
| ImageAttributes.GetAdjustedPalette | Adjusts the colors in a palette according to the adjustment settings of a specified category. |