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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
ColorF ( ColorRgbF rgb, float a ) : System.Runtime.InteropServices
ColorF ( float value ) : System.Runtime.InteropServices
ColorF ( float r, float g, float b ) : System.Runtime.InteropServices
ColorF ( float a, float r, float g, float b ) : System.Runtime.InteropServices
Exp ( ColorF value ) : ColorF
FromHexRef ( string hexRef ) : ColorF
FromRgbColor ( Color value ) : ColorF
Invert ( ColorF value ) : ColorF
Max ( ColorF value1, ColorF value2 ) : ColorF
Max ( ) : float
Min ( ColorF value1, ColorF value2 ) : ColorF
Min ( ) : float
Saturate ( ColorF value ) : ColorF
ToString ( ) : string
operator ( ) : ColorF

메소드 상세

ColorF() 공개 메소드

public ColorF ( ColorRgbF rgb, float a ) : System.Runtime.InteropServices
rgb ColorRgbF
a float
리턴 System.Runtime.InteropServices

ColorF() 공개 메소드

public ColorF ( float value ) : System.Runtime.InteropServices
value float
리턴 System.Runtime.InteropServices

ColorF() 공개 메소드

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

ColorF() 공개 메소드

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

Exp() 공개 정적인 메소드

public static Exp ( ColorF value ) : ColorF
value ColorF
리턴 ColorF

FromHexRef() 공개 정적인 메소드

public static FromHexRef ( string hexRef ) : ColorF
hexRef string
리턴 ColorF

FromRgbColor() 공개 정적인 메소드

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

Invert() 공개 정적인 메소드

public static Invert ( ColorF value ) : ColorF
value ColorF
리턴 ColorF

Max() 공개 정적인 메소드

public static Max ( ColorF value1, ColorF value2 ) : ColorF
value1 ColorF
value2 ColorF
리턴 ColorF

Max() 공개 메소드

public Max ( ) : float
리턴 float

Min() 공개 정적인 메소드

public static Min ( ColorF value1, ColorF value2 ) : ColorF
value1 ColorF
value2 ColorF
리턴 ColorF

Min() 공개 메소드

public Min ( ) : float
리턴 float

Saturate() 공개 정적인 메소드

public static Saturate ( ColorF value ) : ColorF
value ColorF
리턴 ColorF

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : ColorF
리턴 ColorF

프로퍼티 상세

A 공개적으로 프로퍼티

public float A
리턴 float

B 공개적으로 프로퍼티

public float B
리턴 float

G 공개적으로 프로퍼티

public float G
리턴 float

R 공개적으로 프로퍼티

public float R
리턴 float