ImageAttributes

ImageAttributes class

public sealed class ImageAttributes : IDisposable

构造函数

姓名 描述
ImageAttributes() 默认构造函数。

方法

姓名 描述
ClearBrushRemapTable()
ClearColorKey()
ClearColorKey(ColorAdjustType)
ClearColorMatrix()
ClearColorMatrix(ColorAdjustType)
ClearGamma()
ClearGamma(ColorAdjustType)
ClearNoOp()
ClearNoOp(ColorAdjustType)
ClearOutputChannel()
ClearOutputChannel(ColorAdjustType)
ClearOutputChannelColorProfile()
ClearOutputChannelColorProfile(ColorAdjustType)
ClearRemapTable()
ClearRemapTable(ColorAdjustType)
ClearThreshold()
ClearThreshold(ColorAdjustType)
Clone()
Dispose()
GetAdjustedPalette(ColorPalette, ColorAdjustType)
SetBrushRemapTable(ColorMap[])
SetColorKey(Color, Color)
SetColorKey(Color, Color, ColorAdjustType)
SetColorMatrices(ColorMatrix, ColorMatrix)
SetColorMatrices(ColorMatrix, ColorMatrix, ColorMatrixFlag)
SetColorMatrices(ColorMatrix, ColorMatrix, ColorMatrixFlag, ColorAdjustType)
SetColorMatrix(ColorMatrix)
SetColorMatrix(ColorMatrix, ColorMatrixFlag)
SetColorMatrix(ColorMatrix, ColorMatrixFlag, ColorAdjustType)
SetGamma(float)
SetGamma(float, ColorAdjustType)
SetNoOp()
SetNoOp(ColorAdjustType)
SetOutputChannel(ColorChannelFlag)
SetOutputChannel(ColorChannelFlag, ColorAdjustType)
SetOutputChannelColorProfile(string)
SetOutputChannelColorProfile(string, ColorAdjustType)
SetRemapTable(ColorMap[])
SetRemapTable(ColorMap[], ColorAdjustType)
SetThreshold(float)
SetThreshold(float, ColorAdjustType)
SetWrapMode(WrapMode)
SetWrapMode(WrapMode, Color)
SetWrapMode(WrapMode, Color, bool)

也可以看看