This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package | |
{ | |
import flash.geom.ColorTransform; | |
public class ColorUtil | |
{ | |
/** | |
* RGBColorTransform Create an instance of the information. | |
* @ Param rgb RGB integer value that indicates (0x000000 - 0xFFFFFF) | |
* @ Param amount of fill adaptive value (0.0 - 1.0) | |
* @ Param alpha transparency (0.0 - 1.0) |