Package-level declarations
Properties
Generates a random opaque color Note that this is mainly for testing Should you require this method often, consider rewriting the method and storing the Random instance rather than generating one each time
Functions
Parse alpha Reg green blue color String to int color
Returns the color with the new alpha value.
Multiplies the color components (besides alpha), darkening it.
Parse Reg green blue color String to int color
Method to get body text color for an app, Just pass the color and it will calculate new color according to provided color
Method to get Checked Color State List
Method to get color state list .i.e., weather it is pressed_state or focuses_state
Method to get Darker color from provided color
Method to get Title text color for an app, Just pass the color and it will calculate new color according to provided color
Convert a color to an Alpha Red Green Blue string.
Check weather it is a valid color string code or not, like "#000000"
Method to get transparency from provided color