Type Alias style::color::parsing::IntoLchFn

source ·
type IntoLchFn<Output> = fn(l: ColorComponent<NumberOrPercentage>, a: ColorComponent<NumberOrPercentage>, b: ColorComponent<NumberOrAngle>, alpha: ColorComponent<NumberOrPercentage>) -> Output;