Description

How an image's data is to be treated by EFL, for optimization.

Since 1.23

Fields

  • 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