ColorHelper
Namespace: Murder.Utilities
Assembly: Murder.dll
public static class ColorHelper
⭐ Methods
MultiplyAlpha(Color)
public Color MultiplyAlpha(Color color)
Parameters
color
Color
Returns
Color
ToVector4Color(string)
public Vector4 ToVector4Color(string hex)
Parses a string
Parameters
hex
string
Returns
Vector4
⚡