Set of extensions to image that allow for easy modification of the image's color.
More...
|
| 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.