C# 클래스 FC3Editor.UI.ButtonShader

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

공개 프로퍼티들

프로퍼티 타입 설명
checkShader ButtonShader
disableShader ButtonShader
hoverShader ButtonShader
normalShader ButtonShader
pushShader ButtonShader
shadersInit bool

공개 메소드들

메소드 설명
ButtonShader ( float hue, float saturation, float start, float start2, float end2, float end, float edge, int border ) : System
ComputeColors ( float hue, float saturation, float start, float start2, float end2, float end, float edge, int border ) : void
DrawButton ( Graphics g, Rectangle rect, Color backColor ) : void
DrawText ( Graphics g, Rectangle rect, string text, Font font, Color color ) : void
InitShaders ( ) : void

메소드 상세

ButtonShader() 공개 메소드

public ButtonShader ( float hue, float saturation, float start, float start2, float end2, float end, float edge, int border ) : System
hue float
saturation float
start float
start2 float
end2 float
end float
edge float
border int
리턴 System

ComputeColors() 공개 메소드

public ComputeColors ( float hue, float saturation, float start, float start2, float end2, float end, float edge, int border ) : void
hue float
saturation float
start float
start2 float
end2 float
end float
edge float
border int
리턴 void

DrawButton() 공개 메소드

public DrawButton ( Graphics g, Rectangle rect, Color backColor ) : void
g System.Drawing.Graphics
rect System.Drawing.Rectangle
backColor Color
리턴 void

DrawText() 공개 메소드

public DrawText ( Graphics g, Rectangle rect, string text, Font font, Color color ) : void
g System.Drawing.Graphics
rect System.Drawing.Rectangle
text string
font System.Drawing.Font
color Color
리턴 void

InitShaders() 공개 정적인 메소드

public static InitShaders ( ) : void
리턴 void

프로퍼티 상세

checkShader 공개적으로 정적으로 프로퍼티

public static ButtonShader,FC3Editor.UI checkShader
리턴 ButtonShader

disableShader 공개적으로 정적으로 프로퍼티

public static ButtonShader,FC3Editor.UI disableShader
리턴 ButtonShader

hoverShader 공개적으로 정적으로 프로퍼티

public static ButtonShader,FC3Editor.UI hoverShader
리턴 ButtonShader

normalShader 공개적으로 정적으로 프로퍼티

public static ButtonShader,FC3Editor.UI normalShader
리턴 ButtonShader

pushShader 공개적으로 정적으로 프로퍼티

public static ButtonShader,FC3Editor.UI pushShader
리턴 ButtonShader

shadersInit 공개적으로 정적으로 프로퍼티

public static bool shadersInit
리턴 bool