Page 1 of 1

RGB Woes

PostPosted: Tue Jul 27, 2010 8:58 pm
by lumberjacklane
I have been trying to make sense of the 8 digit RGB value in the Calendar, I can't seem to figure it out. I get the standard 6 digit hex format, but I am not sure how to find a color I like in Color Utility on a Mac, and translate that to an RGB value in SeedCode in the ColorPicker. Any suggestions?

PostPosted: Wed Jul 28, 2010 5:14 am
by sws-solutions
The RGB function in FileMaker will combing the red / green / blue values to return an integer value for the colour, see here :
http://fmhelp.filemaker.com/fmphelp_10/ ... 33.91.html


You can also use a custom function to convert hex values to RGB such as :
http://www.briandunning.com/cf/115