setColorRatios(double selectedAndFocused, double rollover, double selected) Adjusts the ratio we used to derive different colors from a base color.
Parameters: selectedAndFocused - the ratio for selected and rollover color.
public static void setColorRatios(double selectedAndFocused, double rollover, double selected)(Code)
Adjusts the ratio we used to derive different colors from a base color.
Parameters: selectedAndFocused - the ratio for selected and rollover color. Default is 0.755f. Parameters: rollover - the ratio for rollover color. Default is 0.78f. Parameters: selected - the ratio for selected color. Default is 0.86f.