Unravel Engine C# Reference
Loading...
Searching...
No Matches
Color Member List

This is the complete list of members for Color, including all inherited members.

aColor
bColor
blackColorstatic
blueColorstatic
clearColorstatic
Color(float r, float g, float b, float a)Color
Color(float r, float g, float b)Color
cyanColorstatic
Equals(object other)Color
Equals(Color other)Color
gColor
GetHashCode()Color
grayColorstatic
grayscaleColor
greenColorstatic
greyColorstatic
HSVToRGB(float H, float S, float V)Colorstatic
HSVToRGB(float H, float S, float V, bool hdr)Colorstatic
Lerp(Color a, Color b, float t)Colorstatic
LerpUnclamped(Color a, Color b, float t)Colorstatic
magentaColorstatic
maxColorComponentColor
operator Color(Vector4 v)Colorstatic
operator Vector4(Color c)Colorstatic
operator!=(Color lhs, Color rhs)Colorstatic
operator*(Color a, Color b)Colorstatic
operator*(Color a, float b)Colorstatic
operator*(float b, Color a)Colorstatic
operator+(Color a, Color b)Colorstatic
operator-(Color a, Color b)Colorstatic
operator/(Color a, float b)Colorstatic
operator==(Color lhs, Color rhs)Colorstatic
rColor
redColorstatic
RGBToHSV(Color rgbColor, out float H, out float S, out float V)Colorstatic
this[int index]Color
ToString()Color
ToString(string format)Color
ToString(string format, IFormatProvider formatProvider)Color
whiteColorstatic
yellowColorstatic