GimpBilinear

GimpBilinear — Utility functions for bilinear interpolation.

Functions

Description

Utility functions for bilinear interpolation.

Functions

gimp_bilinear ()

gdouble
gimp_bilinear (gdouble x,
               gdouble y,
               gdouble *values);

Parameters

values

.

[array fixed-size=4]

gimp_bilinear_8 ()

guchar
gimp_bilinear_8 (gdouble x,
                 gdouble y,
                 guchar *values);

Parameters

values

.

[array fixed-size=4]

gimp_bilinear_16 ()

guint16
gimp_bilinear_16 (gdouble x,
                  gdouble y,
                  guint16 *values);

Parameters

values

.

[array fixed-size=4]

gimp_bilinear_32 ()

guint32
gimp_bilinear_32 (gdouble x,
                  gdouble y,
                  guint32 *values);

Parameters

values

.

[array fixed-size=4]

gimp_bilinear_rgb ()

GimpRGB
gimp_bilinear_rgb (gdouble x,
                   gdouble y,
                   GimpRGB *values);

Parameters

values

.

[array fixed-size=4]

gimp_bilinear_rgba ()

GimpRGB
gimp_bilinear_rgba (gdouble x,
                    gdouble y,
                    GimpRGB *values);

Parameters

values

.

[array fixed-size=4]

Types and Values