Color.FromRgb
コンテンツ
[
隠れる
]FromRgb(byte, byte, byte)
要求された ged、green、blue 値を持つ新しい Color を返します。 すべての色成分は 0 ~ 255 の範囲内である必要があります。
public static Color FromRgb(byte red, byte green, byte blue)
パラメータ | タイプ | 説明 |
---|---|---|
red | Byte | 色の赤の要素を表すバイト。 |
green | Byte | 色の緑の要素を表すバイト。 |
blue | Byte | 色の青の要素を表すバイト。 |
戻り値
の新しいインスタンスColor
クラス
関連項目
- class Color
- 名前空間 Aspose.Html.Drawing
- 組み立て Aspose.HTML
FromRgb(int, int, int)
要求された ged、green、blue 値を持つ新しい Color を返します。 すべての色成分は 0 ~ 255 の範囲内である必要があります。
public static Color FromRgb(int red, int green, int blue)
パラメータ | タイプ | 説明 |
---|---|---|
red | Int32 | 色の赤の要素を表す int。 |
green | Int32 | 色の緑の要素を表す int。 |
blue | Int32 | 色の青の要素を表す int。 |
戻り値
の新しいインスタンスColor
クラス
関連項目
- class Color
- 名前空間 Aspose.Html.Drawing
- 組み立て Aspose.HTML
FromRgb(float, float, float)
要求された ged、green、blue の値を持つ新しい Color を返します。 すべてのカラー コンポーネントは 0 ~ 1 の範囲内である必要があります。
public static Color FromRgb(float red, float green, float blue)
パラメータ | タイプ | 説明 |
---|---|---|
red | Single | 色の赤の要素を表す float。 |
green | Single | 色の緑の要素を表す float。 |
blue | Single | 色の青の要素を表す float。 |
戻り値
の新しいインスタンスColor
クラス
関連項目
- class Color
- 名前空間 Aspose.Html.Drawing
- 組み立て Aspose.HTML