RasterImage.Dither
Dither(DitheringMethod, int, IColorPalette)
वर्तमान छवि पर डिथरिंग करता है।
public abstract void Dither(DitheringMethod ditheringMethod, int bitsCount,
IColorPalette customPalette)
पैरामीटर | प्रकार | विवरण |
---|---|---|
ditheringMethod | DitheringMethod | डीथरिंग विधि। |
bitsCount | Int32 | अंतिम बिट्स डिथरिंग के लिए गिने जाते हैं। |
customPalette | IColorPalette | डिथरिंग के लिए कस्टम पैलेट। |
यह सभी देखें
- enum DitheringMethod
- interface IColorPalette
- class RasterImage
- नाम स्थान Aspose.PSD
- सभा Aspose.PSD
Dither(DitheringMethod, int)
वर्तमान छवि पर डिथरिंग करता है।
public void Dither(DitheringMethod ditheringMethod, int bitsCount)
पैरामीटर | प्रकार | विवरण |
---|---|---|
ditheringMethod | DitheringMethod | डीथरिंग विधि। |
bitsCount | Int32 | अंतिम बिट्स डिथरिंग के लिए गिने जाते हैं। |
यह सभी देखें
- enum DitheringMethod
- class RasterImage
- नाम स्थान Aspose.PSD
- सभा Aspose.PSD