Chunks
Moddable voxel sandbox for room-scale VR.
Chunks.Graphics.Color Member List

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

AChunks.Graphics.Color
BChunks.Graphics.Color
BlackChunks.Graphics.Colorstatic
Color(float r, float g, float b, float a=1f)Chunks.Graphics.Color
Color(int r, int g, int b, int a=255)Chunks.Graphics.Color
Equals(Color other)Chunks.Graphics.Color
Equals(object obj)Chunks.Graphics.Color
FromRgb(int rgb)Chunks.Graphics.Colorstatic
FromRgba(int rgba)Chunks.Graphics.Colorstatic
GChunks.Graphics.Color
GetHashCode()Chunks.Graphics.Color
Lerp(Color a, Color b, float t)Chunks.Graphics.Colorstatic
operator!=(Color a, Color b)Chunks.Graphics.Colorstatic
operator*(Color a, Color b)Chunks.Graphics.Colorstatic
operator*(Color clr, float mul)Chunks.Graphics.Colorstatic
operator*(float mul, Color clr)Chunks.Graphics.Colorstatic
operator+(Color a, Color b)Chunks.Graphics.Colorstatic
operator-(Color a, Color b)Chunks.Graphics.Colorstatic
operator/(Color clr, float div)Chunks.Graphics.Colorstatic
operator==(Color a, Color b)Chunks.Graphics.Colorstatic
Parse(string str)Chunks.Graphics.Colorstatic
RChunks.Graphics.Color
ScaleRgb(float scale)Chunks.Graphics.Color
ToRgb()Chunks.Graphics.Color
ToRgba()Chunks.Graphics.Color
ToString()Chunks.Graphics.Color
TryParse(string str, out Color color)Chunks.Graphics.Colorstatic
WhiteChunks.Graphics.Colorstatic