User (Legacy) Posted October 7, 2003 Report Share Posted October 7, 2003 Hi, function call get_Palette returns only an empty string. How can i get the palette name (e.g. "Spring")? my code: char *ArrayPtr; char CArray[ 256 ]; memset( CArray, 0, 256 ); ArrayPtr = CArray; Chart->get_Palette( &ArrayPtr ); Thanks Mike Link to comment Share on other sites More sharing options...
Software FX Posted October 7, 2003 Report Share Posted October 7, 2003 The palette name is not stored anywhere, when a palette is assigned, the colors are extracted from the palette into the chart but the palette name itself is not kept or used later on. -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.