Re: [Flashcoders] CMYK color palletes in flash

2010-05-31 Thread ekameleon
Hello :) you can transform RGB colors to CMYK etc. with basic class, example : http://code.google.com/p/maashaack/source/browse/#svn/branches/maashaack_ekameleon/trunk/src/graphics/colors The Colors class in this package is the basic tool class to transform color spaces. EKA+ :) 2010/5/31 Sume

[Flashcoders] CMYK color palletes in flash

2010-05-31 Thread Sumeet Kumar
Hi All, Our client wants to show CMYK colors in the application. Is there any way we can achieve it. One thing that comes to my mind is to choose some colors those are common in RGB and CMYK and give those selected colors in the application(this is just going to be RGB representation of CMYK co