Method Light
Light(ColorStruct, float)
Creates a new lighter color from the specified color.
public static ColorStruct Light(ColorStruct baseColor, float percOfLight)
Parameters
baseColor
ColorStructpercOfLight
float
Returns
Light(ColorStruct)
Creates a new lighter color from the specified color.
public static ColorStruct Light(ColorStruct baseColor)
Parameters
baseColor
ColorStruct