ImageAttributes.SetColorMatrices
inhoud
[
verbergen
]SetColorMatrices(ColorMatrix, ColorMatrix)
Stelt de kleuraanpassingsmatrix en de grijswaardenaanpassingsmatrix in voor de standaardcategorie.
public void SetColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix)
Parameter | Type | Beschrijving |
---|---|---|
newColorMatrix | ColorMatrix | De kleuraanpassingsmatrix. |
grayMatrix | ColorMatrix | De grijswaarden-aanpassingsmatrix. |
Zie ook
- class ColorMatrix
- class ImageAttributes
- naamruimte Aspose.PSD
- montage Aspose.PSD
SetColorMatrices(ColorMatrix, ColorMatrix, ColorMatrixFlag)
Stelt de kleuraanpassingsmatrix en de grijswaardenaanpassingsmatrix in voor de standaardcategorie.
public void SetColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix,
ColorMatrixFlag flags)
Parameter | Type | Beschrijving |
---|---|---|
newColorMatrix | ColorMatrix | De kleuraanpassingsmatrix. |
grayMatrix | ColorMatrix | De grijswaarden-aanpassingsmatrix. |
flags | ColorMatrixFlag | Een element vanColorMatrixFlag dat specificeert het type afbeelding en de kleur die worden beïnvloed door de matrices voor kleuraanpassing en grijstintenaanpassing. |
Zie ook
- class ColorMatrix
- enum ColorMatrixFlag
- class ImageAttributes
- naamruimte Aspose.PSD
- montage Aspose.PSD
SetColorMatrices(ColorMatrix, ColorMatrix, ColorMatrixFlag, ColorAdjustType)
Stelt de kleuraanpassingsmatrix en de grijswaardenaanpassingsmatrix in voor een gespecificeerde categorie.
public void SetColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix,
ColorMatrixFlag mode, ColorAdjustType type)
Parameter | Type | Beschrijving |
---|---|---|
newColorMatrix | ColorMatrix | De kleuraanpassingsmatrix. |
grayMatrix | ColorMatrix | De grijswaarden-aanpassingsmatrix. |
mode | ColorMatrixFlag | Een element vanColorMatrixFlag dat specificeert het type afbeelding en de kleur die worden beïnvloed door de matrices voor kleuraanpassing en grijstintenaanpassing. |
type | ColorAdjustType | Een element vanColorAdjustType dat specificeert de categorie waarvoor de matrices voor kleuraanpassing en grijswaardenaanpassing zijn ingesteld. |
Zie ook
- class ColorMatrix
- enum ColorMatrixFlag
- enum ColorAdjustType
- class ImageAttributes
- naamruimte Aspose.PSD
- montage Aspose.PSD