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अंतिम बिट्स डिथरिंग के लिए गिने जाते हैं।

यह सभी देखें