hbVPInterpolationType

typedef enum { HB_VP_INTER_NEAREST = 0, HB_VP_INTER_LINEAR = 1, HB_VP_INTER_GAUSSIAN = 2 } hbVPInterpolationType;

Interpolation method.

  • Member

    Member NameDescription
    HB_VP_INTER_NEARESTNearest neighbor interpolation.
    HB_VP_INTER_LINEARBilinear interpolation.
    HB_VP_INTER_GAUSSIANGaussian interpolation.