Click or drag to resize
ColorUtil Class
Utility class for color-related things.
Inheritance Hierarchy
SystemObject
  spaar.ModLoader.UIColorUtil

Namespace: spaar.ModLoader.UI
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class ColorUtil

The ColorUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFromRGB255
Create a Color object from an RGB value where each component is expressed as a float in the range 0-255.
Top
See Also