Description

Specifies how the area outside the gradient area should be filled. Efl.Gfx.Gradient.spread.set

Since 1.14

Fields

  • pad - The area is filled with the closest stop color. This is the default.
  • reflect - The gradient is reflected outside the gradient area.
  • repeat - The gradient is repeated outside the gradient area.
  • last - Sentinel value to indicate last enum field during iteration

Signature

enum Efl.Gfx.Gradient_Spread {
    pad: 0,
    reflect,
    repeat,
    last
}

C signature