C# Класс FC3Editor.UI.ButtonShader

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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