ImageAttributes.SetColorMatrix

SetColorMatrix(ColorMatrix)

Stelt de kleuraanpassingsmatrix in voor de standaardcategorie.

public void SetColorMatrix(ColorMatrix newColorMatrix)
ParameterTypeBeschrijving
newColorMatrixColorMatrixDe kleuraanpassingsmatrix.

Zie ook


SetColorMatrix(ColorMatrix, ColorMatrixFlag)

Stelt de kleuraanpassingsmatrix in voor de standaardcategorie.

public void SetColorMatrix(ColorMatrix newColorMatrix, ColorMatrixFlag flags)
ParameterTypeBeschrijving
newColorMatrixColorMatrixDe kleuraanpassingsmatrix.
flagsColorMatrixFlagEen onderdeel vanColorMatrixFlagdat het type afbeelding specificeert en de kleur die wordt beïnvloed door de kleuraanpassingsmatrix.

Zie ook


SetColorMatrix(ColorMatrix, ColorMatrixFlag, ColorAdjustType)

Stelt de kleuraanpassingsmatrix in voor een opgegeven categorie.

public void SetColorMatrix(ColorMatrix newColorMatrix, ColorMatrixFlag mode, ColorAdjustType type)
ParameterTypeBeschrijving
newColorMatrixColorMatrixDe kleuraanpassingsmatrix.
modeColorMatrixFlagEen onderdeel vanColorMatrixFlagdat het type afbeelding specificeert en de kleur die wordt beïnvloed door de kleuraanpassingsmatrix.
typeColorAdjustTypeEen onderdeel vanColorAdjustType dat specificeert de categorie waarvoor de kleuraanpassingsmatrix is ingesteld.

Zie ook