> So my question is, how do I achieve a custom color with RGB
> values above 127?

If memory serves, I _believe_ you can just deduct -256 whenever the value is 
greater than 127. The result can then be cast as a "byte". Of course if my 
memory is faulty, you could also use: javacast("int", yourValue).byteValue()


-Leigh




      

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338466
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to