 | UnityColorUtils Class |
Utility methods for handling Unity color objects.
Inheritance Hierarchy
Namespace: Slash.Unity.Common.UtilsAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic static class UnityColorUtils
Public NotInheritable Class UnityColorUtils
public ref class UnityColorUtils abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type UnityColorUtils = class end
The UnityColorUtils type exposes the following members.
Methods
| Name | Description |
---|
  | ColorFromRGB |
Creates a unity color from integer RGB values.
The constructor of the Unity Color class takes float values from
0 to 1 by default.
|
Top
See Also