Static
from_Static
from_Creates a new color from RGB values (assumes alpha is 255).
Static
from_Creates a new color from a hex string. The string can be in the formats: "#RGB", "#RGBA", "#RRGGBB", "#RRGGBBAA", "RGB", "RGBA", "RRGGBB", or "RRGGBBAA" (case-insensitive). Any other format will fail.
Converts the color to a hex string.
Creates a new color from RGBA values.