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
imageImageThe image to modify.
alphafloatThe alpha value to set.