C# 클래스 Nexus.Graphics.Colors.ColorRgbF

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
ColorRgbF ( float r, float g, float b ) : System.Runtime.InteropServices
FromRgbColor ( Color value ) : ColorRgbF
operator ( ) : ColorRgbF

메소드 상세

ColorRgbF() 공개 메소드

public ColorRgbF ( float r, float g, float b ) : System.Runtime.InteropServices
r float
g float
b float
리턴 System.Runtime.InteropServices

FromRgbColor() 공개 정적인 메소드

public static FromRgbColor ( Color value ) : ColorRgbF
value Color
리턴 ColorRgbF

operator() 공개 정적인 메소드

public static operator ( ) : ColorRgbF
리턴 ColorRgbF

프로퍼티 상세

B 공개적으로 프로퍼티

public float B
리턴 float

G 공개적으로 프로퍼티

public float G
리턴 float

R 공개적으로 프로퍼티

public float R
리턴 float