RasterImage.Dither

Dither(DitheringMethod, int, IColorPalette)

Εκτελεί παραμόρφωση στην τρέχουσα εικόνα.

public abstract void Dither(DitheringMethod ditheringMethod, int bitsCount, 
    IColorPalette customPalette)
ΠαράμετροςΤύποςΠεριγραφή
ditheringMethodDitheringMethodΗ μέθοδος διχασμού.
bitsCountInt32Τα τελικά κομμάτια μετράνε για την ανατροπή.
customPaletteIColorPaletteΗ προσαρμοσμένη παλέτα για ταραχή.

Δείτε επίσης


Dither(DitheringMethod, int)

Εκτελεί παραμόρφωση στην τρέχουσα εικόνα.

public void Dither(DitheringMethod ditheringMethod, int bitsCount)
ΠαράμετροςΤύποςΠεριγραφή
ditheringMethodDitheringMethodΗ μέθοδος διχασμού.
bitsCountInt32Τα τελικά κομμάτια μετράνε για την ανατροπή.

Δείτε επίσης