ImageAttributes.SetColorMatrix
inhoud
[
verbergen
]SetColorMatrix(ColorMatrix)
Stelt de kleuraanpassingsmatrix in voor de standaardcategorie.
public void SetColorMatrix(ColorMatrix newColorMatrix)
Parameter | Type | Beschrijving |
---|---|---|
newColorMatrix | ColorMatrix | De kleuraanpassingsmatrix. |
Zie ook
- class ColorMatrix
- class ImageAttributes
- naamruimte System.Drawing.Imaging
- montage Aspose.Drawing
SetColorMatrix(ColorMatrix, ColorMatrixFlag)
Stelt de kleuraanpassingsmatrix in voor de standaardcategorie.
public void SetColorMatrix(ColorMatrix newColorMatrix, ColorMatrixFlag flags)
Parameter | Type | Beschrijving |
---|---|---|
newColorMatrix | ColorMatrix | De kleuraanpassingsmatrix. |
flags | ColorMatrixFlag | Een onderdeel vanColorMatrixFlagdat het type afbeelding specificeert en de kleur die wordt beïnvloed door de kleuraanpassingsmatrix. |
Zie ook
- class ColorMatrix
- enum ColorMatrixFlag
- class ImageAttributes
- naamruimte System.Drawing.Imaging
- montage Aspose.Drawing
SetColorMatrix(ColorMatrix, ColorMatrixFlag, ColorAdjustType)
Stelt de kleuraanpassingsmatrix in voor een opgegeven categorie.
public void SetColorMatrix(ColorMatrix newColorMatrix, ColorMatrixFlag mode, ColorAdjustType type)
Parameter | Type | Beschrijving |
---|---|---|
newColorMatrix | ColorMatrix | De kleuraanpassingsmatrix. |
mode | ColorMatrixFlag | Een onderdeel vanColorMatrixFlagdat het type afbeelding specificeert en de kleur die wordt beïnvloed door de kleuraanpassingsmatrix. |
type | ColorAdjustType | Een onderdeel vanColorAdjustType dat specificeert de categorie waarvoor de kleuraanpassingsmatrix is ingesteld. |
Zie ook
- class ColorMatrix
- enum ColorMatrixFlag
- enum ColorAdjustType
- class ImageAttributes
- naamruimte System.Drawing.Imaging
- montage Aspose.Drawing