[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpwritegif.pas line 40
type TGIFColorTable = class |
public |
constructor Create; |
procedure Clear; |
function IndexOf(); |
function Add(); |
function AddTransparent; |
function Nearest(); |
function BitsPerPixel; |
property Count: Integer; [r] |
property Colors []: LongWord; [r] |
property TransparentIndex: Integer; [rw] |
end; |
| | |
TObject |