 |
Color4SetAlpha(Single) Method |
Sets the alpha value of this Color4.
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic Color4 SetAlpha(
float alphaValue
)
Parameters
- alphaValue Single
- alpha value (1 - opaque; 0 - fully transparent)
Return Value
Color4[Missing <returns> documentation for "M:Ab4d.SharpEngine.Common.Color4.SetAlpha(System.Single)"]
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Common.Color4.SetAlpha(System.Single)"]
See Also