C# Class Glare.Colours

Constant Vector4d values for RGBA colors.
Show file 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 static property

Get a black color (0, 0, 0, 1).
public static Vector4d Black
return Vector4d

Blue public static property

Get a blue color (0, 0, 1, 1).
public static Vector4d Blue
return Vector4d

Green public static property

Get a green color (0, 1, 0, 1).
public static Vector4d Green
return Vector4d

Red public static property

Get a red color (1, 0, 0, 1).
public static Vector4d Red
return Vector4d

Transparent public static property

Get a transparent color (0, 0, 0, 0).
public static Vector4d Transparent
return Vector4d

White public static property

Get a white color (1, 1, 1, 1).
public static Vector4d White
return Vector4d