Hi, I want to use GDALRasterBand::SetColorTable(GDAL ColorTable * ctb) to attach a color table to the image I created. How can I define the color table or if I have a predefined color table (3 columns, each column for R, G, B respectively), how can import that color table. Thanks. Xiaodong