C# Class Glare.Colours

Constant Vector4d values for RGBA colors.
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Свойство 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
Résultat Vector4d

Blue public_oe static_oe property

Get a blue color (0, 0, 1, 1).
public static Vector4d Blue
Résultat Vector4d

Green public_oe static_oe property

Get a green color (0, 1, 0, 1).
public static Vector4d Green
Résultat Vector4d

Red public_oe static_oe property

Get a red color (1, 0, 0, 1).
public static Vector4d Red
Résultat Vector4d

Transparent public_oe static_oe property

Get a transparent color (0, 0, 0, 0).
public static Vector4d Transparent
Résultat Vector4d

White public_oe static_oe property

Get a white color (1, 1, 1, 1).
public static Vector4d White
Résultat Vector4d