C# Class FC3Editor.UI.ButtonShader

Afficher le fichier Open project: Azerothian/fc3editor Class Usage Examples

Méthodes publiques

Свойство Type Description
checkShader ButtonShader
disableShader ButtonShader
hoverShader ButtonShader
normalShader ButtonShader
pushShader ButtonShader
shadersInit bool

Méthodes publiques

Méthode Description
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

Method Details

ButtonShader() public méthode

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
Résultat System

ComputeColors() public méthode

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
Résultat void

DrawButton() public méthode

public DrawButton ( Graphics g, Rectangle rect, Color backColor ) : void
g System.Drawing.Graphics
rect System.Drawing.Rectangle
backColor Color
Résultat void

DrawText() public méthode

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
Résultat void

InitShaders() public static méthode

public static InitShaders ( ) : void
Résultat void

Property Details

checkShader public_oe static_oe property

public static ButtonShader,FC3Editor.UI checkShader
Résultat ButtonShader

disableShader public_oe static_oe property

public static ButtonShader,FC3Editor.UI disableShader
Résultat ButtonShader

hoverShader public_oe static_oe property

public static ButtonShader,FC3Editor.UI hoverShader
Résultat ButtonShader

normalShader public_oe static_oe property

public static ButtonShader,FC3Editor.UI normalShader
Résultat ButtonShader

pushShader public_oe static_oe property

public static ButtonShader,FC3Editor.UI pushShader
Résultat ButtonShader

shadersInit public_oe static_oe property

public static bool shadersInit
Résultat bool