Set of extensions to image that allow for easy modification of the image's color.
More...
|
| static void | SetA (this Image image, float a) |
| | Set alpha of an image's color More...
|
| |
| static void | SetR (this Image image, float r) |
| | Set red of an image's color More...
|
| |
| static void | SetG (this Image image, float g) |
| | Set green of an image's color More...
|
| |
| static void | SetB (this Image image, float b) |
| | Set blue of an image's color More...
|
| |
| static void | SetRB (this Image image, float r, float b) |
| | Set red and blue of an image's color More...
|
| |
| static void | SetRG (this Image image, float r, float g) |
| | Set red and green of an image's color More...
|
| |
| static void | SetRA (this Image image, float r, float a) |
| | Set red and alpha of an image's color More...
|
| |
| static void | SetGB (this Image image, float g, float b) |
| | Set green and blue of an image's color More...
|
| |
| static void | SetGA (this Image image, float g, float a) |
| | Set green and alpha of an image's color More...
|
| |
| static void | SetBA (this Image image, float b, float a) |
| | Set blue and alpha of an image's color More...
|
| |
| static void | SetRGB (this Image image, float r, float g, float b) |
| | set red, green, and blue of an image's color More...
|
| |
| static void | SetRGA (this Image image, float r, float g, float a) |
| | Set red, green, and alpha of an image's color More...
|
| |
| static void | SetRBA (this Image image, float r, float b, float a) |
| | Set red, blue, and alpha of an image's color More...
|
| |
| static void | SetGBA (this Image image, float g, float b, float a) |
| | Set green, blue, and alpha of an image's color More...
|
| |
| static void | SetRGBA (this Image 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 ImageExtensions.cs.