Home
last modified time | relevance | path

Searched refs:GetColorEntry (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/auxiliary/
H A Dcolor_table.py96 color_entry: gdal.ColorEntry = color_table.GetColorEntry(i)
113 color_entry1: gdal.ColorEntry = color_table1.GetColorEntry(i)
114 color_entry2: gdal.ColorEntry = color_table2.GetColorEntry(i)
126 color_entry = color_table.GetColorEntry(i)
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/auxiliary/
H A Dcolor_table.py96 color_entry: gdal.ColorEntry = color_table.GetColorEntry(i)
113 color_entry1: gdal.ColorEntry = color_table1.GetColorEntry(i)
114 color_entry2: gdal.ColorEntry = color_table2.GetColorEntry(i)
126 color_entry = color_table.GetColorEntry(i)
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/auxiliary/
H A Dcolor_table.py96 color_entry: gdal.ColorEntry = color_table.GetColorEntry(i)
113 color_entry1: gdal.ColorEntry = color_table1.GetColorEntry(i)
114 color_entry2: gdal.ColorEntry = color_table2.GetColorEntry(i)
126 color_entry = color_table.GetColorEntry(i)
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/gcore/
H A Dgdalcolortable.cpp103 const GDALColorEntry *GDALColorTable::GetColorEntry( int i ) const in GetColorEntry() function in GDALColorTable
122 return ((GDALColorTable *) hTable)->GetColorEntry( i ); in GDALGetColorEntry()
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdalcolortable.cpp114 const GDALColorEntry *GDALColorTable::GetColorEntry( int i ) const in GetColorEntry() function in GDALColorTable
139 return ((GDALColorTable *) hTable)->GetColorEntry( i ); in GDALGetColorEntry()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdalcolortable.cpp116 const GDALColorEntry *GDALColorTable::GetColorEntry( int i ) const in GetColorEntry() function in GDALColorTable
140 return GDALColorTable::FromHandle( hTable )->GetColorEntry( i ); in GDALGetColorEntry()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdalcolortable.cpp116 const GDALColorEntry *GDALColorTable::GetColorEntry( int i ) const in GetColorEntry() function in GDALColorTable
140 return GDALColorTable::FromHandle( hTable )->GetColorEntry( i ); in GDALGetColorEntry()
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdalcolortable.cpp116 const GDALColorEntry *GDALColorTable::GetColorEntry( int i ) const in GetColorEntry() function in GDALColorTable
140 return GDALColorTable::FromHandle( hTable )->GetColorEntry( i ); in GDALGetColorEntry()
/dports/graphics/opencv/opencv-4.5.3/modules/imgcodecs/src/
H A Dgrfmt_gdal.cpp330 short r = gdalColorTable->GetColorEntry( (int)pixelValue )->c1; in write_ctable_pixel()
331 short g = gdalColorTable->GetColorEntry( (int)pixelValue )->c2; in write_ctable_pixel()
332 short b = gdalColorTable->GetColorEntry( (int)pixelValue )->c3; in write_ctable_pixel()
333 short a = gdalColorTable->GetColorEntry( (int)pixelValue )->c4; in write_ctable_pixel()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/
H A DColorTable.i72 GDALColorEntry* GetColorEntry (int entry) { in GetColorEntry() function
/dports/graphics/gdal/gdal-3.3.3/swig/include/
H A DColorTable.i72 GDALColorEntry* GetColorEntry (int entry) { in GetColorEntry() function
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/
H A DColorTable.i72 GDALColorEntry* GetColorEntry (int entry) { in GetColorEntry() function
/dports/astro/merkaartor/merkaartor-0.19.0/plugins/background/MGdalBackground/
H A DGdalAdapter.cpp424 const GDALColorEntry* color = colTable->GetColorEntry(*ix); in loadImage()
431 const GDALColorEntry* color = colTable->GetColorEntry(*ix); in loadImage()
439 const GDALColorEntry* color = colTable->GetColorEntry(*ix); in loadImage()
448 const GDALColorEntry* color = colTable->GetColorEntry(*ix); in loadImage()
/dports/graphics/py-gdal/gdal-3.3.3/swig/csharp/apps/
H A DGDALColorTable.cs117 ce = ct.GetColorEntry(i); in Main()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/csharp/apps/
H A DGDALColorTable.cs117 ce = ct.GetColorEntry(i); in Main()
H A DGDALDatasetRasterIO.cs255 ColorEntry ce = ct.GetColorEntry(i); in SaveBitmapDirect()
/dports/graphics/gdal/gdal-3.3.3/swig/csharp/apps/
H A DGDALColorTable.cs117 ce = ct.GetColorEntry(i); in Main()
H A DGDALDatasetRasterIO.cs255 ColorEntry ce = ct.GetColorEntry(i); in SaveBitmapDirect()
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/
H A Dpct2rgb.py141 entry = ct.GetColorEntry(i)
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/
H A Dpct2rgb.py141 entry = ct.GetColorEntry(i)
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/
H A Dpct2rgb.py141 entry = ct.GetColorEntry(i)
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmaptool/helpers/
H A DCGdalFile.cpp80 const GDALColorEntry& e = *pct->GetColorEntry(i); in load()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/cals/
H A Dcalsdataset.cpp153 const GDALColorEntry* psEntry1 = poCT->GetColorEntry(0); in CALSWrapperSrcBand()
154 const GDALColorEntry* psEntry2 = poCT->GetColorEntry(1); in CALSWrapperSrcBand()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/cals/
H A Dcalsdataset.cpp153 const GDALColorEntry* psEntry1 = poCT->GetColorEntry(0); in CALSWrapperSrcBand()
154 const GDALColorEntry* psEntry2 = poCT->GetColorEntry(1); in CALSWrapperSrcBand()
/dports/graphics/gdal/gdal-3.3.3/frmts/cals/
H A Dcalsdataset.cpp153 const GDALColorEntry* psEntry1 = poCT->GetColorEntry(0); in CALSWrapperSrcBand()
154 const GDALColorEntry* psEntry2 = poCT->GetColorEntry(1); in CALSWrapperSrcBand()

1234567