Click or drag to resize
UnityColorUtils Class
Utility methods for handling Unity color objects.
Inheritance Hierarchy
SystemObject
  Slash.Unity.Common.UtilsUnityColorUtils

Namespace: Slash.Unity.Common.Utils
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public static class UnityColorUtils

The UnityColorUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberColorFromRGB
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