DioDocs for PDF
ToIndexed4bppBitmap(Int32,Boolean,Boolean) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmap クラス > ToIndexed4bppBitmap メソッド : ToIndexed4bppBitmap(Int32,Boolean,Boolean) メソッド
The maximum number of opaque colors in the palette, from 8 to 16.
Indicates if a transparent color should be added to the palette, if the image is not opaque and the number of opaque colors is less than 16.
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.
Creates an opaque Indexed4bppBitmap from the current image using the Octree quantizer algorithm.
シンタックス
'宣言
 
Public Overloads Function ToIndexed4bppBitmap( _
   ByVal maxColors As System.Integer, _
   Optional ByVal appendTransparentColor As System.Boolean, _
   Optional ByVal lowerBitsFirst As System.Boolean _
) As Indexed4bppBitmap
public Indexed4bppBitmap ToIndexed4bppBitmap( 
   System.int maxColors,
   System.bool appendTransparentColor,
   System.bool lowerBitsFirst
)

パラメータ

maxColors
The maximum number of opaque colors in the palette, from 8 to 16.
appendTransparentColor
Indicates if a transparent color should be added to the palette, if the image is not opaque and the number of opaque colors is less than 16.
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.
参照

GcBitmap クラス
GcBitmap メンバ
オーバーロード一覧