Method Dark
Dark(ColorStruct, float)
Creates a new darker color from the specified color.
public static ColorStruct Dark(ColorStruct baseColor, float percOfDark)
Parameters
baseColor
ColorStructpercOfDark
float
Returns
Dark(ColorStruct)
Creates a new darker color from the specified color.
public static ColorStruct Dark(ColorStruct baseColor)
Parameters
baseColor
ColorStruct