SetColorMatrices

SetColorMatrices(ColorMatrix, ColorMatrix)

Ställer in färgjusteringsmatrisen och gråskalejusteringsmatrisen för standardkategorin.

public void SetColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix)
ParameterTypBeskrivning
newColorMatrixColorMatrixFärgjusteringsmatrisen.
grayMatrixColorMatrixGråskalejusteringsmatrisen.

Se även


SetColorMatrices(ColorMatrix, ColorMatrix, ColorMatrixFlag)

Ställer in färgjusteringsmatrisen och gråskalejusteringsmatrisen för standardkategorin.

public void SetColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix, 
    ColorMatrixFlag flags)
ParameterTypBeskrivning
newColorMatrixColorMatrixFärgjusteringsmatrisen.
grayMatrixColorMatrixGråskalejusteringsmatrisen.
flagsColorMatrixFlagEtt inslag avColorMatrixFlag som anger vilken typ av bild och färg som kommer att påverkas av matriserna för färgjustering och gråskalejustering.

Se även


SetColorMatrices(ColorMatrix, ColorMatrix, ColorMatrixFlag, ColorAdjustType)

Ställer in färgjusteringsmatrisen och gråskalejusteringsmatrisen för en angiven kategori.

public void SetColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix, 
    ColorMatrixFlag mode, ColorAdjustType type)
ParameterTypBeskrivning
newColorMatrixColorMatrixFärgjusteringsmatrisen.
grayMatrixColorMatrixGråskalejusteringsmatrisen.
modeColorMatrixFlagEtt inslag avColorMatrixFlag som anger vilken typ av bild och color som kommer att påverkas av matriserna för färgjustering och gråskalejustering.
typeColorAdjustTypeEtt inslag avColorAdjustType som anger kategorin för vilken matriserna för färgjustering och gråskalejustering är inställda.

Se även