C# Class System.Drawing.Imaging.ImageAttributes

Inheritance: ICloneable, IDisposable
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
ImageAttributes ( ) : System

Method Details

ClearBrushRemapTable() public méthode

public ClearBrushRemapTable ( ) : void
Résultat void

ClearColorKey() public méthode

public ClearColorKey ( ) : void
Résultat void

ClearColorKey() public méthode

public ClearColorKey ( ColorAdjustType type ) : void
type ColorAdjustType
Résultat void

ClearColorMatrix() public méthode

public ClearColorMatrix ( ) : void
Résultat void

ClearColorMatrix() public méthode

public ClearColorMatrix ( ColorAdjustType type ) : void
type ColorAdjustType
Résultat void

ClearGamma() public méthode

public ClearGamma ( ) : void
Résultat void

ClearGamma() public méthode

public ClearGamma ( ColorAdjustType type ) : void
type ColorAdjustType
Résultat void

ClearNoOp() public méthode

public ClearNoOp ( ) : void
Résultat void

ClearNoOp() public méthode

public ClearNoOp ( ColorAdjustType type ) : void
type ColorAdjustType
Résultat void

ClearOutputChannel() public méthode

public ClearOutputChannel ( ) : void
Résultat void

ClearOutputChannel() public méthode

public ClearOutputChannel ( ColorAdjustType type ) : void
type ColorAdjustType
Résultat void

ClearOutputChannelColorProfile() public méthode

public ClearOutputChannelColorProfile ( ) : void
Résultat void

ClearOutputChannelColorProfile() public méthode

public ClearOutputChannelColorProfile ( ColorAdjustType type ) : void
type ColorAdjustType
Résultat void

ClearRemapTable() public méthode

public ClearRemapTable ( ) : void
Résultat void

ClearRemapTable() public méthode

public ClearRemapTable ( ColorAdjustType type ) : void
type ColorAdjustType
Résultat void

ClearThreshold() public méthode

public ClearThreshold ( ) : void
Résultat void

ClearThreshold() public méthode

public ClearThreshold ( ColorAdjustType type ) : void
type ColorAdjustType
Résultat void

Clone() public méthode

public Clone ( ) : Object
Résultat Object

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetAdjustedPalette() public méthode

public GetAdjustedPalette ( System.Drawing.Imaging.ColorPalette palette, ColorAdjustType type ) : void
palette System.Drawing.Imaging.ColorPalette
type ColorAdjustType
Résultat void

SetBrushRemapTable() public méthode

public SetBrushRemapTable ( System.Drawing.Imaging.ColorMap map ) : void
map System.Drawing.Imaging.ColorMap
Résultat void

SetColorKey() public méthode

public SetColorKey ( Color clrLow, Color clrHigh ) : void
clrLow Color
clrHigh Color
Résultat void

SetColorKey() public méthode

public SetColorKey ( Color clrLow, Color clrHigh, ColorAdjustType type ) : void
clrLow Color
clrHigh Color
type ColorAdjustType
Résultat void

SetColorMatrices() public méthode

public SetColorMatrices ( System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrix gMatrix ) : void
newColorMatrix System.Drawing.Imaging.ColorMatrix
gMatrix System.Drawing.Imaging.ColorMatrix
Résultat void

SetColorMatrices() public méthode

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
Résultat void

SetColorMatrices() public méthode

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
Résultat void

SetColorMatrix() public méthode

public SetColorMatrix ( System.Drawing.Imaging.ColorMatrix newColorMatrix ) : void
newColorMatrix System.Drawing.Imaging.ColorMatrix
Résultat void

SetColorMatrix() public méthode

public SetColorMatrix ( System.Drawing.Imaging.ColorMatrix newColorMatrix, ColorMatrixFlag flags ) : void
newColorMatrix System.Drawing.Imaging.ColorMatrix
flags ColorMatrixFlag
Résultat void

SetColorMatrix() public méthode

public SetColorMatrix ( System.Drawing.Imaging.ColorMatrix newColorMatrix, ColorMatrixFlag mode, ColorAdjustType type ) : void
newColorMatrix System.Drawing.Imaging.ColorMatrix
mode ColorMatrixFlag
type ColorAdjustType
Résultat void

SetGamma() public méthode

public SetGamma ( float gamma ) : void
gamma float
Résultat void

SetGamma() public méthode

public SetGamma ( float gamma, ColorAdjustType type ) : void
gamma float
type ColorAdjustType
Résultat void

SetNoOp() public méthode

public SetNoOp ( ) : void
Résultat void

SetNoOp() public méthode

public SetNoOp ( ColorAdjustType type ) : void
type ColorAdjustType
Résultat void

SetOutputChannel() public méthode

public SetOutputChannel ( ColorChannelFlag flags ) : void
flags ColorChannelFlag
Résultat void

SetOutputChannel() public méthode

public SetOutputChannel ( ColorChannelFlag flags, ColorAdjustType type ) : void
flags ColorChannelFlag
type ColorAdjustType
Résultat void

SetOutputChannelColorProfile() public méthode

public SetOutputChannelColorProfile ( String clrProfileFilename ) : void
clrProfileFilename String
Résultat void

SetOutputChannelColorProfile() public méthode

public SetOutputChannelColorProfile ( String clrProfileFilename, ColorAdjustType type ) : void
clrProfileFilename String
type ColorAdjustType
Résultat void

SetRemapTable() public méthode

public SetRemapTable ( System.Drawing.Imaging.ColorMap map ) : void
map System.Drawing.Imaging.ColorMap
Résultat void

SetRemapTable() public méthode

public SetRemapTable ( System.Drawing.Imaging.ColorMap map, ColorAdjustType type ) : void
map System.Drawing.Imaging.ColorMap
type ColorAdjustType
Résultat void

SetThreshold() public méthode

public SetThreshold ( float thresh ) : void
thresh float
Résultat void

SetThreshold() public méthode

public SetThreshold ( float thresh, ColorAdjustType type ) : void
thresh float
type ColorAdjustType
Résultat void

SetWrapMode() public méthode

public SetWrapMode ( WrapMode mode ) : void
mode WrapMode
Résultat void

SetWrapMode() public méthode

public SetWrapMode ( WrapMode mode, Color clr ) : void
mode WrapMode
clr Color
Résultat void

SetWrapMode() public méthode

public SetWrapMode ( WrapMode mode, Color clr, bool bClamp ) : void
mode WrapMode
clr Color
bClamp bool
Résultat void

Property Details

bClamp public_oe property

public bool bClamp
Résultat bool

bNoOp public_oe property

public bool bNoOp
Résultat bool

clrAdjustType public_oe property

public ColorAdjustType clrAdjustType
Résultat ColorAdjustType

clrChannelFlags public_oe property

public ColorChannelFlag clrChannelFlags
Résultat ColorChannelFlag

clrHigh public_oe property

public Color clrHigh
Résultat Color

clrLow public_oe property

public Color clrLow
Résultat Color

clrMap public_oe property

public ColorMap[],System.Drawing.Imaging clrMap
Résultat System.Drawing.Imaging.ColorMap[]

clrMatrix public_oe property

public ColorMatrix,System.Drawing.Imaging clrMatrix
Résultat System.Drawing.Imaging.ColorMatrix

clrMatrixFlag public_oe property

public ColorMatrixFlag clrMatrixFlag
Résultat ColorMatrixFlag

clrPalette public_oe property

public ColorPalette,System.Drawing.Imaging clrPalette
Résultat System.Drawing.Imaging.ColorPalette

clrProfileFilename public_oe property

public string clrProfileFilename
Résultat string

col public_oe property

public Color col
Résultat Color

gMatrix public_oe property

public ColorMatrix,System.Drawing.Imaging gMatrix
Résultat System.Drawing.Imaging.ColorMatrix

gamma public_oe property

public float gamma
Résultat float

thresh public_oe property

public float thresh
Résultat float

wrapMode public_oe property

public WrapMode wrapMode
Résultat WrapMode