Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Glare
Colours
C# Class Glare.Colours
Constant
Vector4d
values for RGBA colors.
ファイルを表示
Open project: Burton-Radons/Alexandria
Public Properties
Property
Type
Description
Black
Vector4d
Blue
Vector4d
Green
Vector4d
Red
Vector4d
Transparent
Vector4d
White
Vector4d
Property Details
Black
public_oe static_oe property
Get a black color (0, 0, 0, 1).
public
static
Vector4d
Black
return
Vector4d
Blue
public_oe static_oe property
Get a blue color (0, 0, 1, 1).
public
static
Vector4d
Blue
return
Vector4d
Green
public_oe static_oe property
Get a green color (0, 1, 0, 1).
public
static
Vector4d
Green
return
Vector4d
Red
public_oe static_oe property
Get a red color (1, 0, 0, 1).
public
static
Vector4d
Red
return
Vector4d
Transparent
public_oe static_oe property
Get a transparent color (0, 0, 0, 0).
public
static
Vector4d
Transparent
return
Vector4d
White
public_oe static_oe property
Get a white color (1, 1, 1, 1).
public
static
Vector4d
White
return
Vector4d