A | VectSharp.Colour | |
a (defined in VectSharp.Colour) | VectSharp.Colour | |
B | VectSharp.Colour | |
Equals(object obj) | VectSharp.Colour | |
Equals(Colour col) | VectSharp.Colour | |
FromCSSString(string cssString) | VectSharp.Colour | static |
FromHSL(double h, double s, double l) | VectSharp.Colour | static |
FromLab(double L, double a, double b) | VectSharp.Colour | static |
FromRgb(double r, double g, double b) | VectSharp.Colour | static |
FromRgb(byte r, byte g, byte b) | VectSharp.Colour | static |
FromRgb(int r, int g, int b) | VectSharp.Colour | static |
FromRgba(double r, double g, double b, double a) | VectSharp.Colour | static |
FromRgba(byte r, byte g, byte b, byte a) | VectSharp.Colour | static |
FromRgba(byte r, byte g, byte b, double a) | VectSharp.Colour | static |
FromRgba(int r, int g, int b, int a) | VectSharp.Colour | static |
FromRgba(int r, int g, int b, double a) | VectSharp.Colour | static |
FromRgba((int r, int g, int b, double a) colour) | VectSharp.Colour | static |
FromXYZ(double x, double y, double z) | VectSharp.Colour | static |
G | VectSharp.Colour | |
GetHashCode() | VectSharp.Colour | |
H | VectSharp.Colour | |
L | VectSharp.Colour | |
operator!=(Colour col1, Colour col2) | VectSharp.Colour | static |
operator==(Colour col1, Colour col2) | VectSharp.Colour | static |
R | VectSharp.Colour | |
S (defined in VectSharp.Colour) | VectSharp.Colour | |
ToCSSString(bool includeAlpha) | VectSharp.Colour | |
ToHSL() (defined in VectSharp.Colour) | VectSharp.Colour | |
ToLab() (defined in VectSharp.Colour) | VectSharp.Colour | |
ToXYZ() (defined in VectSharp.Colour) | VectSharp.Colour | |
WithAlpha(Colour original, double alpha) | VectSharp.Colour | static |
WithAlpha(Colour original, byte alpha) | VectSharp.Colour | static |
WithAlpha(double alpha) | VectSharp.Colour | |
WithAlpha(byte alpha) | VectSharp.Colour | |
X | VectSharp.Colour | |
Y (defined in VectSharp.Colour) | VectSharp.Colour | |