[]
Represents a color.
public class C1Color : ICloneable
Name | Description |
---|---|
AreColorsEqual(C1Color, C1Color) | Compares two colors |
Clone() | |
ColorToHTML(C1Color) | Color to html |
ColorToString(C1Color) | Color to string |
Equals(object) | |
FromArgb(byte, byte, byte, byte) | Creates a color from the ARGB components. |
FromArgb(int) | Creates a color from the ARGB components. |
FromArgb(int, out byte, out byte, out byte, out byte) | From Argb |
GetHashCode() | |
IsOpaque(C1Color) | Checks if color is opaque |
IsTransparent(C1Color) | Check if color is transparent |
IsVisible(C1Color) | Returns a value indicating whether specified Color value represents some "visible" value, for example, this function returns false for transparent color. |
Parse(string) | Creates a color from an html string. |
ToArgb() | Converts the color into a packed integer. |
ToArgb(C1Color) | Convert color to Argb reprensentative |
ToArgb(byte, byte, byte, byte) | Convert to single int to represent argb |
ToString() | |
TryColorFromString(string, out C1Color) | Try convert color from string |
TryParse(string, out C1Color) | Creates a color from an html string. |
Name | Description |
---|---|
operator ==(C1Color, C1Color) | Compares two C1Color structures for equality. |
implicit operator C1Color(string) | Casting operator to convert a string into a C1Color. |
operator !=(C1Color, C1Color) | Compares two C1Color structures for inequality. |