I’m trying to beginFill() a shape with a gray based on a percentage or a float value between 0.0 and 1.0.
How can I get the hex number from the float?
eg: 0.0 = black = 0x000000 , 1.0 = white = 0xffffff , 0.73 = a gray tone = ???
I’m trying to beginFill() a shape with a gray based on a percentage or a float value between 0.0 and 1.0.
How can I get the hex number from the float?
eg: 0.0 = black = 0x000000 , 1.0 = white = 0xffffff , 0.73 = a gray tone = ???
:: Copyright KIRUPA 2024 //--