1 reference to SrgbToLinear
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ModernControlColorMath.cs (1)
203float mixed = (pole * alpha) + (SrgbToLinear(channel) * (1f - alpha));