Method SetAlpha
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
SetAlpha(Image, float)
Sets the alpha value of the image.
[Version(3, 2, 0)]
public static void SetAlpha(this Image image, float alpha)
Parameters
image
ImageThe image to modify.
alpha
floatThe alpha value to set.