Search Results
10 functions found:
| 1. | ContrastText ( foregroundText ; bgRedPercent ; bgGreenPercent ; bgBluePercen |
| Joe Rovang | |
| Colors foregroundText black or white as appropriate for the specified background color. | |
| 2. | DrawImage ( width; height; colors; pixelData; options ) |
| Joe Rovang | |
| Generates a dynamic image (BMP format) using a color list and a list of pixel values. | |
| 3. | HSBtoRGB ( hueDegrees ; satPercentage ; briPercentage ) |
| Joe Rovang | |
| Converts color from HSB/HSV values to RGB percentages. | |
| 4. | HSLtoRGB ( hueDegrees; satPercentage; liPercentage ) |
| Joe Rovang | |
| Converts color from HSL values to RGB percentages. | |
| 5. | NextRoundNumber ( number ) |
| Joe Rovang | |
| Shows the next highest "round" number | |
| 6. | PrevRoundNumber ( number ) |
| Joe Rovang | |
| Shows next lowest round number (as to determine a chart minimum) | |
| 7. | ReadINI ( iniCode; keyName ) |
| Joe Rovang | |
| gets a value from a block of text structured like an INI file | |
| 8. | RGBtoHSB ( redPercentage ; greenPercentage ; bluePercentage ) |
| Joe Rovang | |
| Converts color from RGB percentages to HSB/HSV values. | |
| 9. | RGBtoHSL ( redPercentage; greenPercentage; bluePercentage ) |
| Joe Rovang | |
| Converts color from RGB percentages to HSL values. | |
| 10. | TrimSpacesAndTabs ( text ) |
| Joe Rovang | |
| trims leading/trailing spaces and tabs | |