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