Efl.Canvas.Image_Internal.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.

Values

  • smooth_scale - Whether to use smooth scale or not.

Overridden from Efl.Gfx.Image.smooth_scale (get, set).

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