~~Title: Efl.Gfx.Image_Content_Hint~~ ===== Description ===== %%How an image's data is to be treated by EFL, for optimization.%% //Since 1.23// {{page>:develop:api-include:efl:gfx:image_content_hint:description&nouser&nolink&nodate}} ===== Fields ===== {{page>:develop:api-include:efl:gfx:image_content_hint:fields&nouser&nolink&nodate}} * **none** - %%No hint on the content (default).%% * **dynamic** - %%The content will change over time.%% * **static** - %%The content won't change over time.%% ===== Signature ===== enum Efl.Gfx.Image_Content_Hint { none: 0, dynamic: 1, static: 2 } ===== C signature ===== typedef enum { EFL_GFX_IMAGE_CONTENT_HINT_NONE = 0, EFL_GFX_IMAGE_CONTENT_HINT_DYNAMIC = 1, EFL_GFX_IMAGE_CONTENT_HINT_STATIC = 2 } Efl_Gfx_Image_Content_Hint;