C# 클래스 SharpVulkan.RawColor4

파일 보기 프로젝트 열기: jwollen/SharpVulkan 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
A float
B float
G float
R float

공개 메소드들

메소드 설명
RawColor4 ( float r, float g, float b, float a ) : System.Diagnostics

Initializes a new instance of the RawColor4 struct.

메소드 상세

RawColor4() 공개 메소드

Initializes a new instance of the RawColor4 struct.
public RawColor4 ( float r, float g, float b, float a ) : System.Diagnostics
r float The r.
g float The g.
b float The b.
a float A.
리턴 System.Diagnostics

프로퍼티 상세

A 공개적으로 프로퍼티

The alpha component of the color.
public float A
리턴 float

B 공개적으로 프로퍼티

The blue component of the color.
public float B
리턴 float

G 공개적으로 프로퍼티

The green component of the color.
public float G
리턴 float

R 공개적으로 프로퍼티

The red component of the color.
public float R
리턴 float