RasterImage.Dither

Dither(DitheringMethod, int, IColorPalette)

Effectue un tramage sur l’image actuelle.

public abstract void Dither(DitheringMethod ditheringMethod, int bitsCount, 
    IColorPalette customPalette)
ParamètreTaperLa description
ditheringMethodDitheringMethodLa méthode de tramage.
bitsCountInt32Les derniers bits comptent pour le tramage.
customPaletteIColorPaletteLa palette personnalisée pour le tramage.

Voir également


Dither(DitheringMethod, int)

Effectue un tramage sur l’image actuelle.

public void Dither(DitheringMethod ditheringMethod, int bitsCount)
ParamètreTaperLa description
ditheringMethodDitheringMethodLa méthode de tramage.
bitsCountInt32Les derniers bits comptent pour le tramage.

Voir également