◆ SolidBrush() [1/3]
pluginbase.Helpers.Data.SolidBrush.SolidBrush |
( |
Rgba |
c | ) |
|
◆ SolidBrush() [2/3]
pluginbase.Helpers.Data.SolidBrush.SolidBrush |
( |
float |
r, |
|
|
float |
g, |
|
|
float |
b |
|
) |
| |
18 :
this(
new Rgba(r,g,b))
Class the represents a floating-point color of red, green, blue, and alpha
Definition: Rgba.cs:11
◆ SolidBrush() [3/3]
pluginbase.Helpers.Data.SolidBrush.SolidBrush |
( |
float |
r, |
|
|
float |
g, |
|
|
float |
b, |
|
|
float |
a |
|
) |
| |
22 :
this(
new Rgba(r,g,b,a))
Class the represents a floating-point color of red, green, blue, and alpha
Definition: Rgba.cs:11
◆ GetColor()
Rgba pluginbase.Helpers.Data.SolidBrush.GetColor |
( |
float |
x, |
|
|
float |
y |
|
) |
| |
◆ operator Rgba()
static implicit pluginbase.Helpers.Data.SolidBrush.operator Rgba |
( |
SolidBrush |
b | ) |
|
|
static |
◆ operator SolidBrush()
static implicit pluginbase.Helpers.Data.SolidBrush.operator SolidBrush |
( |
Rgba |
c | ) |
|
|
static |
SolidBrush(Rgba c)
Definition: SolidBrush.cs:12
◆ Default
Rgba pluginbase.Helpers.Data.SolidBrush.Default |
|
get |
The documentation for this class was generated from the following file: