C# 클래스 GUIControls, EffectShader

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

공개 메소드들

메소드 설명
ColorChip ( Color color, string name ) : void
HR ( ) : void
RGBCircle ( Color c, string label, float w_, float h_ ) : Color
RGBSlider ( Color c, string label ) : Color

메소드 상세

ColorChip() 공개 정적인 메소드

public static ColorChip ( Color color, string name ) : void
color Color
name string
리턴 void

HR() 공개 정적인 메소드

public static HR ( ) : void
리턴 void

RGBCircle() 공개 정적인 메소드

public static RGBCircle ( Color c, string label, float w_, float h_ ) : Color
c Color
label string
w_ float
h_ float
리턴 Color

RGBSlider() 공개 정적인 메소드

public static RGBSlider ( Color c, string label ) : Color
c Color
label string
리턴 Color