Property | Type | Description | |
---|---|---|---|
bClamp | bool | ||
bNoOp | bool | ||
clrAdjustType | ColorAdjustType | ||
clrChannelFlags | ColorChannelFlag | ||
clrHigh | Color | ||
clrLow | Color | ||
clrMap | System.Drawing.Imaging.ColorMap[] | ||
clrMatrix | System.Drawing.Imaging.ColorMatrix | ||
clrMatrixFlag | ColorMatrixFlag | ||
clrPalette | System.Drawing.Imaging.ColorPalette | ||
clrProfileFilename | string | ||
col | Color | ||
gMatrix | System.Drawing.Imaging.ColorMatrix | ||
gamma | float | ||
thresh | float | ||
wrapMode | WrapMode |
Method | Description | |
---|---|---|
ClearBrushRemapTable ( ) : void | ||
ClearColorKey ( ) : void | ||
ClearColorKey ( ColorAdjustType type ) : void | ||
ClearColorMatrix ( ) : void | ||
ClearColorMatrix ( ColorAdjustType type ) : void | ||
ClearGamma ( ) : void | ||
ClearGamma ( ColorAdjustType type ) : void | ||
ClearNoOp ( ) : void | ||
ClearNoOp ( ColorAdjustType type ) : void | ||
ClearOutputChannel ( ) : void | ||
ClearOutputChannel ( ColorAdjustType type ) : void | ||
ClearOutputChannelColorProfile ( ) : void | ||
ClearOutputChannelColorProfile ( ColorAdjustType type ) : void | ||
ClearRemapTable ( ) : void | ||
ClearRemapTable ( ColorAdjustType type ) : void | ||
ClearThreshold ( ) : void | ||
ClearThreshold ( ColorAdjustType type ) : void | ||
Clone ( ) : Object | ||
Dispose ( ) : void | ||
GetAdjustedPalette ( System.Drawing.Imaging.ColorPalette palette, ColorAdjustType type ) : void | ||
SetBrushRemapTable ( System.Drawing.Imaging.ColorMap map ) : void | ||
SetColorKey ( Color clrLow, Color clrHigh ) : void | ||
SetColorKey ( Color clrLow, Color clrHigh, ColorAdjustType type ) : void | ||
SetColorMatrices ( System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrix gMatrix ) : void | ||
SetColorMatrices ( System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrix gMatrix, ColorMatrixFlag flags ) : void | ||
SetColorMatrices ( System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrix gMatrix, ColorMatrixFlag mode, ColorAdjustType type ) : void | ||
SetColorMatrix ( System.Drawing.Imaging.ColorMatrix newColorMatrix ) : void | ||
SetColorMatrix ( System.Drawing.Imaging.ColorMatrix newColorMatrix, ColorMatrixFlag flags ) : void | ||
SetColorMatrix ( System.Drawing.Imaging.ColorMatrix newColorMatrix, ColorMatrixFlag mode, ColorAdjustType type ) : void | ||
SetGamma ( float gamma ) : void | ||
SetGamma ( float gamma, ColorAdjustType type ) : void | ||
SetNoOp ( ) : void | ||
SetNoOp ( ColorAdjustType type ) : void | ||
SetOutputChannel ( ColorChannelFlag flags ) : void | ||
SetOutputChannel ( ColorChannelFlag flags, ColorAdjustType type ) : void | ||
SetOutputChannelColorProfile ( String clrProfileFilename ) : void | ||
SetOutputChannelColorProfile ( String clrProfileFilename, ColorAdjustType type ) : void | ||
SetRemapTable ( System.Drawing.Imaging.ColorMap map ) : void | ||
SetRemapTable ( System.Drawing.Imaging.ColorMap map, ColorAdjustType type ) : void | ||
SetThreshold ( float thresh ) : void | ||
SetThreshold ( float thresh, ColorAdjustType type ) : void | ||
SetWrapMode ( WrapMode mode ) : void | ||
SetWrapMode ( WrapMode mode, Color clr ) : void | ||
SetWrapMode ( WrapMode mode, Color clr, bool bClamp ) : void |
Method | Description | |
---|---|---|
ImageAttributes ( ) : System |
public ClearColorKey ( ColorAdjustType type ) : void | ||
type | ColorAdjustType | |
return | void |
public ClearColorMatrix ( ColorAdjustType type ) : void | ||
type | ColorAdjustType | |
return | void |
public ClearGamma ( ColorAdjustType type ) : void | ||
type | ColorAdjustType | |
return | void |
public ClearNoOp ( ColorAdjustType type ) : void | ||
type | ColorAdjustType | |
return | void |
public ClearOutputChannel ( ColorAdjustType type ) : void | ||
type | ColorAdjustType | |
return | void |
public ClearOutputChannelColorProfile ( ) : void | ||
return | void |
public ClearOutputChannelColorProfile ( ColorAdjustType type ) : void | ||
type | ColorAdjustType | |
return | void |
public ClearRemapTable ( ColorAdjustType type ) : void | ||
type | ColorAdjustType | |
return | void |
public ClearThreshold ( ColorAdjustType type ) : void | ||
type | ColorAdjustType | |
return | void |
public GetAdjustedPalette ( System.Drawing.Imaging.ColorPalette palette, ColorAdjustType type ) : void | ||
palette | System.Drawing.Imaging.ColorPalette | |
type | ColorAdjustType | |
return | void |
public SetBrushRemapTable ( System.Drawing.Imaging.ColorMap map ) : void | ||
map | System.Drawing.Imaging.ColorMap | |
return | void |
public SetColorKey ( Color clrLow, Color clrHigh ) : void | ||
clrLow | Color | |
clrHigh | Color | |
return | void |
public SetColorKey ( Color clrLow, Color clrHigh, ColorAdjustType type ) : void | ||
clrLow | Color | |
clrHigh | Color | |
type | ColorAdjustType | |
return | void |
public SetColorMatrices ( System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrix gMatrix ) : void | ||
newColorMatrix | System.Drawing.Imaging.ColorMatrix | |
gMatrix | System.Drawing.Imaging.ColorMatrix | |
return | void |
public SetColorMatrices ( System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrix gMatrix, ColorMatrixFlag flags ) : void | ||
newColorMatrix | System.Drawing.Imaging.ColorMatrix | |
gMatrix | System.Drawing.Imaging.ColorMatrix | |
flags | ColorMatrixFlag | |
return | void |
public SetColorMatrices ( System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrix gMatrix, ColorMatrixFlag mode, ColorAdjustType type ) : void | ||
newColorMatrix | System.Drawing.Imaging.ColorMatrix | |
gMatrix | System.Drawing.Imaging.ColorMatrix | |
mode | ColorMatrixFlag | |
type | ColorAdjustType | |
return | void |
public SetColorMatrix ( System.Drawing.Imaging.ColorMatrix newColorMatrix ) : void | ||
newColorMatrix | System.Drawing.Imaging.ColorMatrix | |
return | void |
public SetColorMatrix ( System.Drawing.Imaging.ColorMatrix newColorMatrix, ColorMatrixFlag flags ) : void | ||
newColorMatrix | System.Drawing.Imaging.ColorMatrix | |
flags | ColorMatrixFlag | |
return | void |
public SetColorMatrix ( System.Drawing.Imaging.ColorMatrix newColorMatrix, ColorMatrixFlag mode, ColorAdjustType type ) : void | ||
newColorMatrix | System.Drawing.Imaging.ColorMatrix | |
mode | ColorMatrixFlag | |
type | ColorAdjustType | |
return | void |
public SetGamma ( float gamma, ColorAdjustType type ) : void | ||
gamma | float | |
type | ColorAdjustType | |
return | void |
public SetNoOp ( ColorAdjustType type ) : void | ||
type | ColorAdjustType | |
return | void |
public SetOutputChannel ( ColorChannelFlag flags ) : void | ||
flags | ColorChannelFlag | |
return | void |
public SetOutputChannel ( ColorChannelFlag flags, ColorAdjustType type ) : void | ||
flags | ColorChannelFlag | |
type | ColorAdjustType | |
return | void |
public SetOutputChannelColorProfile ( String clrProfileFilename ) : void | ||
clrProfileFilename | String | |
return | void |
public SetOutputChannelColorProfile ( String clrProfileFilename, ColorAdjustType type ) : void | ||
clrProfileFilename | String | |
type | ColorAdjustType | |
return | void |
public SetRemapTable ( System.Drawing.Imaging.ColorMap map ) : void | ||
map | System.Drawing.Imaging.ColorMap | |
return | void |
public SetRemapTable ( System.Drawing.Imaging.ColorMap map, ColorAdjustType type ) : void | ||
map | System.Drawing.Imaging.ColorMap | |
type | ColorAdjustType | |
return | void |
public SetThreshold ( float thresh, ColorAdjustType type ) : void | ||
thresh | float | |
type | ColorAdjustType | |
return | void |
public SetWrapMode ( WrapMode mode, Color clr ) : void | ||
mode | WrapMode | |
clr | Color | |
return | void |
public SetWrapMode ( WrapMode mode, Color clr, bool bClamp ) : void | ||
mode | WrapMode | |
clr | Color | |
bClamp | bool | |
return | void |
public ColorMap[],System.Drawing.Imaging clrMap | ||
return | System.Drawing.Imaging.ColorMap[] |
public ColorMatrix,System.Drawing.Imaging clrMatrix | ||
return | System.Drawing.Imaging.ColorMatrix |
public ColorPalette,System.Drawing.Imaging clrPalette | ||
return | System.Drawing.Imaging.ColorPalette |
public ColorMatrix,System.Drawing.Imaging gMatrix | ||
return | System.Drawing.Imaging.ColorMatrix |