'Declaration
Public Function PaletteSwapEntries( _ ByVal ImageID As Integer, _ ByVal Entrie1 As Integer, _ ByVal Entrie2 As Integer _ ) As GdPictureStatus
public GdPictureStatus PaletteSwapEntries( int ImageID, int Entrie1, int Entrie2 )
public function PaletteSwapEntries( ImageID: Integer; Entrie1: Integer; Entrie2: Integer ): GdPictureStatus;
public function PaletteSwapEntries( ImageID : int, Entrie1 : int, Entrie2 : int ) : GdPictureStatus;
public: GdPictureStatus PaletteSwapEntries( int ImageID, int Entrie1, int Entrie2 )
public: GdPictureStatus PaletteSwapEntries( int ImageID, int Entrie1, int Entrie2 )
Parameters
- ImageID
- GdPicture image identifier.
- Entrie1
- Index of the color palette to swap with the second. Must be a value between 0 and PaletteGetColorsCount() - 1 returned value.
- Entrie2
- Index of the color palette to swap with the first. Must be a value between 0 and PaletteGetColorsCount() - 1 returned value.
Return Value
A member of the GdPictureStatus enumeration.