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