enum @beta Efl.Gfx.Image_Content_Hint { [[How an image's data is to be treated by EFL, for optimization.]] none = 0, [[No hint on the content (default).]] dynamic = 1, [[The content will change over time.]] static = 2 [[The content won't change over time.]] }
Description
Description
Details
Details
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | None | T7873 efl.ui.image | ||
Resolved | None | T7880 efl.ui.bg | ||
Resolved | None | T7875 Efl.Gfx.Image | ||
Resolved | None | T7929 enum Efl.Gfx.Image_Content_Hint |
Comment Actions
I checked a below comment in efl_gfx_image.eo.
/* Note: those are obscure features of evas image. Expose in Efl.Gfx.Image? */
@property content_hint { ...
Do you think that we should expose this hint ?