C# 클래스 entity.Main.MenuClasses.H2Color

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
fromARGB ( float alpha, float red, float green, float blue ) : H2Color

메소드 상세

fromARGB() 공개 정적인 메소드

public static fromARGB ( float alpha, float red, float green, float blue ) : H2Color
alpha float
red float
green float
blue float
리턴 H2Color

프로퍼티 상세

A 공개적으로 프로퍼티

public float A
리턴 float

B 공개적으로 프로퍼티

public float B
리턴 float

G 공개적으로 프로퍼티

public float G
리턴 float

R 공개적으로 프로퍼티

public float R
리턴 float