color_convert_decimal ( color_decimal ; output_format )
convert FileMaker decimal color format to r, g, b, rgb or hex
Average rating: 2.7 (3 votes) Log in to vote
Thomas Siebert - Show more from this author
http://www.t-seabird.de |
color_convert_decimal ( 16762968 ; "g" )
color_convert_decimal ( 16762968 ; "b" )
color_convert_decimal ( 16762968 ; "hex" )
color_convert_decimal ( 16762968 ; "rgb" )
200
88
FFC858
255¶200¶88
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
convert decimal FileMaker Color format to:
output_format = r, g, b, rgb or hex
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.