 |
Color4SetAlpha(Single) Method |
Sets the alpha value of this Color4.
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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