DioDocs for PDF
PaletteEntry コンストラクタ(Int32,Int32,Int32,Int32)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > PaletteEntry 構造体 > PaletteEntry コンストラクタ : PaletteEntry コンストラクタ(Int32,Int32,Int32,Int32)
The Red channel value (0..65535), premultiplied by the associated alpha component.
The Green channel value (0..65535), premultiplied by the associated alpha component.
The Blue channel value (0..65535), premultiplied by the associated alpha component.
The Alpha channel value (0..65535).
Creates a PaletteEntry with given (premultiplied by alpha) values for the color channels.
シンタックス
'宣言
 
Public Function New( _
   ByVal r As System.Integer, _
   ByVal g As System.Integer, _
   ByVal b As System.Integer, _
   ByVal a As System.Integer _
)
public PaletteEntry( 
   System.int r,
   System.int g,
   System.int b,
   System.int a
)

パラメータ

r
The Red channel value (0..65535), premultiplied by the associated alpha component.
g
The Green channel value (0..65535), premultiplied by the associated alpha component.
b
The Blue channel value (0..65535), premultiplied by the associated alpha component.
a
The Alpha channel value (0..65535).
参照

PaletteEntry 構造体
PaletteEntry メンバ
オーバーロード一覧