A
aaron.radich
I'm trying to convert some C code to C#. I've found that I need to
include a call to GpPaletteEntryChange, which I think is defined in
#include "gpgraphic.h". Can someone tell me where I can find the code
for the GpPaletteEntryChange method? I think it looks like the
following, but don't know what the code is?
private int GpPaletteEntryChange(int pal_offset, int entry_num, ref
PALETTEENTRY pal_entry, int flag)
{
// need to put code here!
return 0;
}
Aaron
include a call to GpPaletteEntryChange, which I think is defined in
#include "gpgraphic.h". Can someone tell me where I can find the code
for the GpPaletteEntryChange method? I think it looks like the
following, but don't know what the code is?
private int GpPaletteEntryChange(int pal_offset, int entry_num, ref
PALETTEENTRY pal_entry, int flag)
{
// need to put code here!
return 0;
}
Aaron