Description

How an image's center region (the complement to the border region) should be rendered by EFL

Since 1.23

Fields

  • none - Image's center region is not to be rendered
  • default - Image's center region is to be blended with objects underneath it, if it has transparency. This is the default behavior for image objects
  • solid - Image's center region is to be made solid, even if it has transparency on it

Signature

enum Efl.Gfx.Center_Fill_Mode {
    none: 0,
    default: 1,
    solid: 2
}

C signature