Function
Gimpbilinear_rgb
Declaration [src]
void
gimp_bilinear_rgb (
  gdouble x,
  gdouble y,
  gdouble* values,
  gboolean has_alpha,
  gdouble* retvalues
)
Parameters
- x
- 
            Type: gdoubleNo description available. 
- y
- 
            Type: gdoubleNo description available. 
- values
- 
            Type: An array of gdoubleArray of pixels in RGBA double format. The array must have 16 elements. The data is owned by the caller of the function. 
- has_alpha
- 
            Type: gbooleanWhether valueshas an alpha channel.
- retvalues
- 
            Type: An array of gdoubleResulting pixel. The array must have 4 elements. The data is owned by the caller of the function.