ColorValue

ColorValue

概要

ColorValue は Java 用 Aspose.Cells FOSS のクラスです。

アルファ、赤、緑、青の各コンポーネントで構成されるカラー値を表します。

プロパティ

名前アクセス説明
abyte読み取りa を返します。
rbyte読み取りr を返します。
gbyte読み取りg を返します。
bbyte読み取りb を返します。

方法

SignatureDescription
ColorValue(a: byte, r: byte, g: byte, b: byte)新しい ColorValue インスタンスを初期化します。
getA()bytea を返します。
getR()byter を返します。
getG()byteg を返します。
getB()byteb を返します。
equals(obj: Object)booleanこのインスタンスを提供された値と比較します。
hashCode()intこのインスタンスが h コードを持っているかどうかを示します。
 日本語