Lines Matching full:srgb
613 //sRGB Curves are defined by:
615 //If R'sRGB,G'sRGB, B'sRGB < 0.04045
617 // R = R'sRGB / 12.92
618 // G = G'sRGB / 12.92
619 // B = B'sRGB / 12.92
622 //else if R'sRGB,G'sRGB, B'sRGB >= 0.04045
624 // R = ((R'sRGB + 0.055) / 1.055)^2.4
625 // G = ((G'sRGB + 0.055) / 1.055)^2.4
626 // B = ((B'sRGB + 0.055) / 1.055)^2.4
642 // Create the ICC virtual profile for sRGB space
662 if (!SetTextTags(hsRGB, L"sRGB built-in")) {