C# 클래스 Glare.Colours

Constant Vector4d values for RGBA colors.
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 프로퍼티들

프로퍼티 타입 설명
Black Vector4d
Blue Vector4d
Green Vector4d
Red Vector4d
Transparent Vector4d
White Vector4d

프로퍼티 상세

Black 공개적으로 정적으로 프로퍼티

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

Blue 공개적으로 정적으로 프로퍼티

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

Green 공개적으로 정적으로 프로퍼티

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

Red 공개적으로 정적으로 프로퍼티

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

Transparent 공개적으로 정적으로 프로퍼티

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

White 공개적으로 정적으로 프로퍼티

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