 |
Color3Premultiply(Color3, Single) Method |
Computes the premultiplied value of the provided color.
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
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