~~Title: Efl.Gfx.Gradient_Spread~~ ===== Description ===== %%Specifies how the area outside the gradient area should be filled. %%[[:develop:api:efl:gfx:gradient:property:spread|Efl.Gfx.Gradient.spread.set]]%%%% //Since 1.14// {{page>:develop:api-include:efl:gfx:gradient_spread:description&nouser&nolink&nodate}} ===== Fields ===== {{page>:develop:api-include:efl:gfx:gradient_spread:fields&nouser&nolink&nodate}} * **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 ===== typedef enum { EFL_GFX_GRADIENT_SPREAD_PAD = 0, EFL_GFX_GRADIENT_SPREAD_REFLECT, EFL_GFX_GRADIENT_SPREAD_REPEAT, EFL_GFX_GRADIENT_SPREAD_LAST } Efl_Gfx_Gradient_Spread;