NamedColor ( colorname )
Allows you to use CSS colornames instead of RGB() function
Average rating: 4.4 (30 votes) Log in to vote
Theo Ros - Show more from this author |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Use a color name to specify a color in FileMaker rather than RGB values.
Instead of specifying a color with separate Red, Green, and Blue values,
you can use some of the typical CSS web color specifications
(six-digit hex prefixed with "#" or named colors).
This function does the same as Geoff Coffey's Color(), but is faster
because it does not use a long series of Case tests.
Return type: Number
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.