Opened 17 years ago

Last modified 16 years ago

#1578 closed task

Wrap GDALColorTable and GDALColorEntry with C API — at Version 1

Reported by: Mateusz Łoskot Owned by: warmerdam
Priority: normal Milestone: 1.5.0
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords: api
Cc: warmerdam, tamas

Description (last modified by warmerdam)

The GDALColorTable and GDALColorEntry should be wrapped with C API in order to avoid potential problems with crossing modules boundaries under Windows system, as well as to keep GDAL API consistent without forcing users to mix C++ API when they use C API, for some features.

Change History (1)

comment:1 by warmerdam, 17 years ago

Cc: hobu added
Description: modified (diff)

GDALColorEntry is a C structure already.

There are already GDALColorTable related C functions. I'm not sure why they aren't used by gdal/swig/include/ColorTable.i

Note: See TracTickets for help on using tickets.