API Version: 4.0
Library Version: 4.2.0
enum Gsk.ScalingFilter
The filters used when scaling texture data.
The actual implementation of each filter is deferred to the rendering pipeline.
GSK_SCALING_FILTER_LINEAR
linear interpolation filter
GSK_SCALING_FILTER_NEAREST
nearest neighbor interpolation filter
GSK_SCALING_FILTER_TRILINEAR
linear interpolation along each axis, plus mipmap generation, with linear interpolation along the mipmap levels