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 Aspose.PSD
- montage Aspose.PSD
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 element vanColorMatrixFlag die het type afbeelding en kleur specificeert die worden beïnvloed door de kleuraanpassingsmatrix. |
Zie ook
- class ColorMatrix
- enum ColorMatrixFlag
- class ImageAttributes
- naamruimte Aspose.PSD
- montage Aspose.PSD
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 element vanColorMatrixFlag die het type afbeelding en kleur specificeert die worden beïnvloed door de kleuraanpassingsmatrix. |
type | ColorAdjustType | Een element vanColorAdjustType dat specificeert de categorie waarvoor de kleuraanpassingsmatrix is ingesteld. |
Zie ook
- class ColorMatrix
- enum ColorMatrixFlag
- enum ColorAdjustType
- class ImageAttributes
- naamruimte Aspose.PSD
- montage Aspose.PSD