'Declaration Public Overloads Sub ShrinkARGBFormat( _ ByVal bitsPerChannel As System.Integer, _ ByVal ditheringMethod As DitheringMethod _ )
public void ShrinkARGBFormat( System.int bitsPerChannel, DitheringMethod ditheringMethod )
Parameters
- bitsPerChannel
- The target number of bits per channel (from 1 to 8).
- ditheringMethod
- The method of two-dimensional error diffusion dithering.