BGC Tools
|
Set of extensions to image that allow for easy modification of the image's color. More...
Static Public Member Functions | |
static void | SetA (this Graphic image, float a) |
Set alpha of an image's color More... | |
static void | SetR (this Graphic image, float r) |
Set red of an image's color More... | |
static void | SetG (this Graphic image, float g) |
Set green of an image's color More... | |
static void | SetB (this Graphic image, float b) |
Set blue of an image's color More... | |
static void | SetRB (this Graphic image, float r, float b) |
Set red and blue of an image's color More... | |
static void | SetRG (this Graphic image, float r, float g) |
Set red and green of an image's color More... | |
static void | SetRA (this Graphic image, float r, float a) |
Set red and alpha of an image's color More... | |
static void | SetGB (this Graphic image, float g, float b) |
Set green and blue of an image's color More... | |
static void | SetGA (this Graphic image, float g, float a) |
Set green and alpha of an image's color More... | |
static void | SetBA (this Graphic image, float b, float a) |
Set blue and alpha of an image's color More... | |
static void | SetRGB (this Graphic image, float r, float g, float b) |
set red, green, and blue of an image's color More... | |
static void | SetRGA (this Graphic image, float r, float g, float a) |
Set red, green, and alpha of an image's color More... | |
static void | SetRBA (this Graphic image, float r, float b, float a) |
Set red, blue, and alpha of an image's color More... | |
static void | SetGBA (this Graphic image, float g, float b, float a) |
Set green, blue, and alpha of an image's color More... | |
static void | SetRGBA (this Graphic image, float r, float g, float b, float a) |
Set red, green, blue, and alpha of an image's color More... | |
Set of extensions to image that allow for easy modification of the image's color.
Definition at line 9 of file GraphicExtensions.cs.
|
inlinestatic |
Set alpha of an image's color
image | |
a |
Definition at line 16 of file GraphicExtensions.cs.
|
inlinestatic |
|
inlinestatic |
Set blue and alpha of an image's color
image | |
b | |
a |
Definition at line 112 of file GraphicExtensions.cs.
|
inlinestatic |
Set green of an image's color
image | |
g |
Definition at line 36 of file GraphicExtensions.cs.
|
inlinestatic |
Set green and alpha of an image's color
image | |
g | |
a |
Definition at line 101 of file GraphicExtensions.cs.
|
inlinestatic |
Set green and blue of an image's color
image | |
b | |
g |
Definition at line 90 of file GraphicExtensions.cs.
|
inlinestatic |
Set green, blue, and alpha of an image's color
image | |
g | |
b | |
a |
Definition at line 160 of file GraphicExtensions.cs.
|
inlinestatic |
|
inlinestatic |
Set red and alpha of an image's color
image | |
r | |
a |
Definition at line 79 of file GraphicExtensions.cs.
|
inlinestatic |
Set red and blue of an image's color
image | |
r | |
b |
Definition at line 57 of file GraphicExtensions.cs.
|
inlinestatic |
Set red, blue, and alpha of an image's color
image | |
r | |
b | |
a |
Definition at line 148 of file GraphicExtensions.cs.
|
inlinestatic |
Set red and green of an image's color
image | |
r | |
g |
Definition at line 68 of file GraphicExtensions.cs.
|
inlinestatic |
Set red, green, and alpha of an image's color
image | |
r | |
g | |
a |
Definition at line 136 of file GraphicExtensions.cs.
|
inlinestatic |
set red, green, and blue of an image's color
image | |
r | |
g | |
b |
Definition at line 124 of file GraphicExtensions.cs.
|
inlinestatic |
Set red, green, blue, and alpha of an image's color
image | |
r | |
g | |
b | |
a |
Definition at line 173 of file GraphicExtensions.cs.