'宣言 Public Overloads Function ToIndexed4bppBitmap( _ ByVal ditheringMethod As DitheringMethod, _ Optional ByVal lowerBitsFirst As System.Boolean _ ) As Indexed4bppBitmap
public Indexed4bppBitmap ToIndexed4bppBitmap( DitheringMethod ditheringMethod, System.bool lowerBitsFirst )
パラメータ
- ditheringMethod
- The method of two-dimensional error diffusion dithering.
- lowerBitsFirst
- If true, pixels are arranged within a byte such that pixels with lower column indices are stored in the lower-order bit tetrads of the byte.
戻り値の型
A new instance of Indexed4bppBitmap.