gis-tools-ts - v0.6.0
    Preparing search index...

    Type Alias RGBAInterpolationFunction

    RGBAInterpolationFunction: (
        point: VectorPoint,
        refData: VectorPoint<RGBA>[],
    ) => RGBA

    The standard RGBA interpolation function

    Type declaration

      • (point: VectorPoint, refData: VectorPoint<RGBA>[]): RGBA
      • Parameters

        • point: VectorPoint
        • refData: VectorPoint<RGBA>[]

        Returns RGBA