Searched refs:sRGB (Results 1 – 14 of 14) sorted by relevance
39 for (uint32_t sRGB = 0; sRGB < 256u; sRGB++) { in InitializeSRGBTable() local40 float color = sRGB / 255.f; in InitializeSRGBTable()52 … SRGBPremultiplyLookup[a * 256u + sRGB] = static_cast<uint8_t>(round(premultiplied * 255.f)); in InitializeSRGBTable()
106 for (uint32_t sRGB = 0; sRGB < 256u; sRGB++) { in InitializeSRGBTable() local107 float color = static_cast<float>(sRGB) / 255.f; in InitializeSRGBTable()119 … g_sRgbPremultiplyLookup[a * 256u + sRGB] = static_cast<uint8_t>(round(premultiplied * 255.f)); in InitializeSRGBTable()
24 …aceCreateSrgb](_drawing.md#oh_drawing_colorspacecreatesrgb) (void) | Creates an sRGB color space.| 25 …r](_drawing.md#oh_drawing_colorspacecreatesrgblinear) (void) | Creates an sRGB linear (Gamma 1.0) …
27 …a) (void) | Creates an **OH_Drawing_ColorFilter** object that applies the sRGB gamma curve to the …28 …eates an **OH_Drawing_ColorFilter** object that applies the RGB channels to the sRGB gamma curve.|
313 …a) (void) | Creates an **OH_Drawing_ColorFilter** object that applies the sRGB gamma curve to the …314 …reates an **OH_Drawing_ColorFilter** object that applies the RGB channels to the sRGB gamma curve.|317 …wing_ColorSpaceCreateSrgb](#oh_drawing_colorspacecreatesrgb) (void) | Creates an sRGB color space.|318 …teSrgbLinear](#oh_drawing_colorspacecreatesrgblinear) (void) | Creates an sRGB linear (Gamma 1.0) …7453 Creates an **OH_Drawing_ColorFilter** object that applies the sRGB gamma curve to the RGB channels.7520 Creates an **OH_Drawing_ColorFilter** object that applies the RGB channels to the sRGB gamma curve.7588 Creates an sRGB color space.7607 Creates an sRGB linear (Gamma 1.0) color space.
4704 Creates a **ColorFilter** object that applies the sRGB gamma curve to the RGB channels.4725 Creates a **ColorFilter** object that applies the RGB channels to the sRGB gamma curve.
226 TRANSFER_SRGB, //IEC 61966-2-1 sRGB
303 TRANSFER_SRGB, //IEC 61966-2-1 sRGB
152 - 支持解码时完成sRGB和P3色域转换。
695 | TRANSFER_SRGB | IEC 61966-2-1 sRGB |
400 static SimpleColorSpace sRGB { in GetSRGBColorSpace() local404 return sRGB; in GetSRGBColorSpace()
471 "${bsuni_gsres_path}/ColorSpace/sRGB",
152 - Color Space Conversion (CSC) between sRGB and P3 during decoding is supported.