toLinear

@JvmName(name = "fromSrgb")
fun Srgb.toLinear(): LinearSrgb

Convert this color to linear sRGB. This linearizes the sRGB components.

Return

Color in linear sRGB

See also