IndexColorToXc12 uses DefaultIndexColorPalette
Posted: Fri Mar 28, 2014 11:39 am
I tryed to set the FillPatternForeColor with an user defined indexed color. But I always got the wrong colors.
While debugging through the XLSRWII5-Code, I realized that IndexColorToXc12 uses the TXc12DefaultIndexColorPalette instead of the TXc12IndexColorPalette which contains my colors.
I bypass the problem by using FillPatternForeColorRGB, but I think this is a bug.
While debugging through the XLSRWII5-Code, I realized that IndexColorToXc12 uses the TXc12DefaultIndexColorPalette instead of the TXc12IndexColorPalette which contains my colors.
I bypass the problem by using FillPatternForeColorRGB, but I think this is a bug.