ImageAttributes
System.Drawing.Imaging.ImageAttributes
public class ImageAttributes : ICloneable, IDisposablePublic Class ImageAttributes
Inherits ICloneable
Implements IDisposableConstructors
ImageAttributes()
Methods
ClearBrushRemapTable()
ClearColorKey(type)
Parameter
Type
Description
ClearColorKey()
ClearColorMatrix()
ClearColorMatrix(type)
Parameter
Type
Description
ClearGamma()
ClearGamma(type)
Parameter
Type
Description
ClearNoOp()
ClearNoOp(type)
Parameter
Type
Description
ClearOutputChannel()
ClearOutputChannel(type)
Parameter
Type
Description
ClearOutputChannelColorProfile()
ClearOutputChannelColorProfile(type)
Parameter
Type
Description
ClearRemapTable()
ClearRemapTable(type)
Parameter
Type
Description
ClearThreshold()
ClearThreshold(type)
Parameter
Type
Description
Clone()
Dispose()
GetAdjustedPalette(palette, type)
Parameter
Type
Description
SetBrushRemapTable(map)
Parameter
Type
Description
SetColorKey(colorLow, colorHigh)
Parameter
Type
Description
SetColorKey(colorLow, colorHigh, type)
Parameter
Type
Description
SetColorMatrices(newColorMatrix, grayMatrix)
Parameter
Type
Description
SetColorMatrices(newColorMatrix, grayMatrix, flags)
Parameter
Type
Description
SetColorMatrices(newColorMatrix, grayMatrix, mode, type)
Parameter
Type
Description
SetColorMatrix(newColorMatrix)
Parameter
Type
Description
SetColorMatrix(newColorMatrix, flags)
Parameter
Type
Description
SetColorMatrix(newColorMatrix, mode, type)
Parameter
Type
Description
SetGamma(gamma)
Parameter
Type
Description
SetGamma(gamma, type)
Parameter
Type
Description
SetNoOp()
SetNoOp(type)
Parameter
Type
Description
SetOutputChannel(flags)
Parameter
Type
Description
SetOutputChannel(flags, type)
Parameter
Type
Description
SetOutputChannelColorProfile(colorProfileFilename)
Parameter
Type
Description
SetOutputChannelColorProfile(colorProfileFilename, type)
Parameter
Type
Description
SetRemapTable(map)
Parameter
Type
Description
SetRemapTable(map, type)
Parameter
Type
Description
SetThreshold(threshold)
Parameter
Type
Description
SetThreshold(threshold, type)
Parameter
Type
Description
SetWrapMode(mode)
Parameter
Type
Description
SetWrapMode(mode, color)
Parameter
Type
Description
SetWrapMode(mode, color, clamp)
Parameter
Type
Description
Last updated
Was this helpful?