 |
Color3Premultiply(Color3, Single) Method |
Computes the premultiplied value of the provided color.
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic static Color3 Premultiply(
in Color3 value,
float alpha
)
Parameters
- value Color3
- The non-premultiplied value.
- alpha Single
- The color alpha.
Return Value
Color3The premultiplied color.
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Common.Color3.Premultiply(Ab4d.SharpEngine.Common.Color3@,System.Single)"]
See Also