Description

How an image's data is to be treated by EFL, with regard to scaling cache.

Since 1.23

Fields

  • none - No hint on the scaling (default).
  • dynamic - Image will be re-scaled over time, thus turning scaling cache OFF for its data.
  • static - Image will not be re-scaled over time, thus turning scaling cache ON for its data.

Signature

enum Efl.Gfx.Image_Scale_Hint {
    none: 0,
    dynamic: 1,
    static: 2
}

C signature