Home
last modified time | relevance | path

Searched refs:dfColors (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdalcolortable.cpp414 const double dfColors = static_cast<double>(nColors); in CreateColorRamp() local
415 const double dfSlope1 = (psEndColor->c1 - psStartColor->c1) / dfColors; in CreateColorRamp()
416 const double dfSlope2 = (psEndColor->c2 - psStartColor->c2) / dfColors; in CreateColorRamp()
417 const double dfSlope3 = (psEndColor->c3 - psStartColor->c3) / dfColors; in CreateColorRamp()
418 const double dfSlope4 = (psEndColor->c4 - psStartColor->c4) / dfColors; in CreateColorRamp()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdalcolortable.cpp414 const double dfColors = static_cast<double>(nColors); in CreateColorRamp() local
415 const double dfSlope1 = (psEndColor->c1 - psStartColor->c1) / dfColors; in CreateColorRamp()
416 const double dfSlope2 = (psEndColor->c2 - psStartColor->c2) / dfColors; in CreateColorRamp()
417 const double dfSlope3 = (psEndColor->c3 - psStartColor->c3) / dfColors; in CreateColorRamp()
418 const double dfSlope4 = (psEndColor->c4 - psStartColor->c4) / dfColors; in CreateColorRamp()
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdalcolortable.cpp414 const double dfColors = static_cast<double>(nColors); in CreateColorRamp() local
415 const double dfSlope1 = (psEndColor->c1 - psStartColor->c1) / dfColors; in CreateColorRamp()
416 const double dfSlope2 = (psEndColor->c2 - psStartColor->c2) / dfColors; in CreateColorRamp()
417 const double dfSlope3 = (psEndColor->c3 - psStartColor->c3) / dfColors; in CreateColorRamp()
418 const double dfSlope4 = (psEndColor->c4 - psStartColor->c4) / dfColors; in CreateColorRamp()