Vcl.Imaging.GIFImg.TGIFColorMap.LoadFromStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadFromStream(Stream: TStream; ACount: integer);

C++

void __fastcall LoadFromStream(System::Classes::TStream* Stream, int ACount);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFColorMap

Description

Loads a list of colors from the given stream into the Colors color map.

Call LoadFromStream to load a list of ACount colors from the stream specified through the Stream argument into the Colors color map.

See Also