Efl.Gfx.Image.smooth_scale

Description

Whether to use high-quality image scaling algorithm for this image.

When enabled, a higher quality image scaling algorithm is used when scaling images to sizes other than the source image's original one. This gives better results but is more computationally expensive.

Since 1.23

Values

  • smooth_scale - Whether to use smooth scale or not.

Signature

@property smooth_scale @pure_virtual {
    get {}
    set {}
    values {
        smooth_scale: bool (true);
    }
}

C signature

Eina_Bool efl_gfx_image_smooth_scale_get(const Eo *obj);
void efl_gfx_image_smooth_scale_set(Eo *obj, Eina_Bool smooth_scale);

Implemented by