|
BlendColours |
Blends two colours together to form another. |
|
ColorFromHtml |
Convert an HTML-style Colour to a Color value. |
|
ColorToHtml |
Convert a Color value to an HTML-style colour. |
|
ColorToOleValue |
Convert a Colour vale to an OLE Colour value. |
|
ColourIsDark |
Determines if the Colour is dark. Use to determine if Text on top of this colour should be White or Black. |
|
ColourIsDarkHtml |
Determines if the HTML Colour is dark. Use to determine if Text on top of this colour should be White or Black. |
|
ColourIsVeryLight System Use Only |
Determines if the Colour is very light, i.e., you are unlikely to be able to discern white text on a background of this colour. |
|
ColourIsVeryLightHtml System Use Only |
Determines if the HTML Colour is very light, i.e., you are unlikely to be able to discern white text on a background of this colour. |
|
DarkenColour System Use Only |
Darken a Colour. |
|
HtmlColourFromOleValue |
Convert the Integer value of a colour to its HTML value |
|
HtmlColourIsDark |
Determines if the Colour is dark. Use to determine if Text on top of this colour should be White or Black. |
|
HtmlColourToUnnamedHtmlColour |
Gets an HTML Colour, e.g. "RebeccaPurple", converted to an unnamed HTML Colour, e.g. "#663399". |