ImageAttributes
Contains information about how bitmap and metafile colors are manipulated during rendering.
public ImageAttributes()
Initializes a new instance of the ImageAttributes class.
Clears the brush color-remap table of this ImageAttributes object.
Clears the color key (transparency range) for the default category.
Clears the color key (transparency range) for a specified category.
Clears the color-adjustment matrix for the default category.
Clears the color-adjustment matrix for a specified category.
Disables gamma correction for the default category.
Disables gamma correction for a specified category.
Clears the NoOp setting for the default category.
Clears the NoOp setting for a specified category.
Clears the CMYK (cyan-magenta-yellow-black) output channel setting for the default category.
Clears the (cyan-magenta-yellow-black) output channel setting for a specified category.
Clears the output channel color profile setting for the default category.
Clears the output channel color profile setting for a specified category.
Clears the color-remap table for the default category.
Clears the color-remap table for a specified category.
Clears the threshold value for the default category.
Clears the threshold value for a specified category.
Creates an exact copy of this ImageAttributes object.
Releases all resources used by this ImageAttributes object.
Adjusts the colors in a palette according to the adjustment settings of a specified category.
Sets the color-remap table for the brush category.
Sets the color key for the default category.
Sets the color key (transparency range) for a specified category.
Sets the color-adjustment matrix and the grayscale-adjustment matrix for the default category.
public void SetColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix, ColorMatrixFlag flags)
Sets the color-adjustment matrix and the grayscale-adjustment matrix for the default category.
public void SetColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix, ColorMatrixFlag mode, ColorAdjustType type)
Sets the color-adjustment matrix and the grayscale-adjustment matrix for a specified category.
Sets the color-adjustment matrix for the default category.
Sets the color-adjustment matrix for the default category.
Sets the color-adjustment matrix for a specified category.
Sets the gamma value for the default category.
Sets the gamma value for a specified category.
Turns off color adjustment for the default category. You can call the ClearNoOp method to reinstate the color-adjustment settings that were in place before the call to the SetNoOp method.
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.
Sets the CMYK (cyan-magenta-yellow-black) output channel for the default category.
Sets the CMYK (cyan-magenta-yellow-black) output channel for a specified category.
Sets the output channel color-profile file for the default category.
Sets the output channel color-profile file for a specified category.
Sets the color-remap table for the default category.
Sets the color-remap table for a specified category.
Sets the threshold (transparency range) for the default category.
Sets the threshold (transparency range) for a specified category.
Sets the wrap mode that is used to decide how to tile a texture across a shape, or at shape boundaries. A texture is tiled across a shape to fill it in when the texture is smaller than the shape it is filling.
Sets the wrap mode and color used to decide how to tile a texture across a shape, or at shape boundaries. A texture is tiled across a shape to fill it in when the texture is smaller than the shape it is filling.
Sets the wrap mode and color used to decide how to tile a texture across a shape, or at shape boundaries. A texture is tiled across a shape to fill it in when the texture is smaller than the shape it is filling.