Question
no property name
I found this beautiful color wheel app..
http://www.peterjoel.com/Samples/index.php?go=cmyk
When I publish it in AS 2.0 I get this error:
There is no property with the name 'RGB_to_HSB'.
Color.RGB_to_HSB = function(colRGB) {
}
Can this logic be easily updated to AS 2? If not, can someone point me in the right direction? I have searched the forums and read the AS Migration documents and couldn't find anything in my language.
http://www.peterjoel.com/Samples/index.php?go=cmyk
When I publish it in AS 2.0 I get this error:
There is no property with the name 'RGB_to_HSB'.
Color.RGB_to_HSB = function(colRGB) {
}
Can this logic be easily updated to AS 2? If not, can someone point me in the right direction? I have searched the forums and read the AS Migration documents and couldn't find anything in my language.