概要

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

ARGB カラー値を表します。

プロパティ

名前アクセス説明
abyteReada を返します。
rbyteReadr を返します。
gbyteReadg を返します。
bbyteReadb を返します。
emptyColorRead空(透明な黒)色を返します。

メソッド

SignatureDescription
Color(a: byte, r: byte, g: byte, b: byte)新しい Color インスタンスを初期化します。
getA()bytea を返します。
getR()byter を返します。
getG()byteg を返します。
getB()byteb を返します。
getEmpty()Color空の(透明な黒)カラーを返します。
fromArgb(a: int, r: int, g: int, b: int)Colorargb から処理します。
equals(obj: Object)booleanこのインスタンスを提供された値と比較します。
hashCode()intこのインスタンスが h コードを持つかどうかを示します。
 日本語