Function gdal_sys::GDALCreateColorRamp[][src]

pub unsafe extern "C" fn GDALCreateColorRamp(
    hTable: GDALColorTableH,
    nStartIndex: c_int,
    psStartColor: *const GDALColorEntry,
    nEndIndex: c_int,
    psEndColor: *const GDALColorEntry
)