Home
last modified time | relevance | path

Searched refs:sRGB (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_common.cpp39 for (uint32_t sRGB = 0; sRGB < 256u; sRGB++) { in InitializeSRGBTable() local
40 float color = sRGB / 255.f; in InitializeSRGBTable()
52 … SRGBPremultiplyLookup[a * 256u + sRGB] = static_cast<uint8_t>(round(premultiplied * 255.f)); in InitializeSRGBTable()
H A Dimage_loader_stb_image.cpp106 for (uint32_t sRGB = 0; sRGB < 256u; sRGB++) { in InitializeSRGBTable() local
107 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()
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__color__space_8h.md24 …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) …
H A Ddrawing__color__filter_8h.md27 …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.|
H A D_drawing.md313 …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.
H A Djs-apis-graphics-drawing.md4704 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.
/ohos5.0/drivers/interface/codec/v2_0/
H A DCodecExtTypes.idl226 TRANSFER_SRGB, //IEC 61966-2-1 sRGB
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/foo/codec/v2_0/
H A DCodecExtTypes.idl226 TRANSFER_SRGB, //IEC 61966-2-1 sRGB
/ohos5.0/drivers/interface/codec/v3_0/
H A DCodecExtTypes.idl303 TRANSFER_SRGB, //IEC 61966-2-1 sRGB
/ohos5.0/docs/zh-cn/release-notes/
H A DOpenHarmony-v4.1-release.md152 - 支持解码时完成sRGB和P3色域转换。
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_codec_v20.md695 | TRANSFER_SRGB | IEC 61966-2-1 sRGB |
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp400 static SimpleColorSpace sRGB { in GetSRGBColorSpace() local
404 return sRGB; in GetSRGBColorSpace()
/ohos5.0/base/print/print_fwk/services/print_service/bsuni/
H A DBUILD.gn471 "${bsuni_gsres_path}/ColorSpace/sRGB",
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v4.1-release.md152 - Color Space Conversion (CSC) between sRGB and P3 during decoding is supported.