Vcl.Imaging.pngimage.TPngImage.SetPalette

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure SetPalette(Value: HPALETTE); {$IFDEF UseDelphi}override;{$ENDIF}

C++

virtual void __fastcall SetPalette(HPALETTE Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage TPngImage

Description

Sets the color palette of the png image.

SetPalette sets the color palette of the png image. Use the Palette property to get the color palette of the png image.

See Also