Unit 'GR32_ColorGradients' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_graphics32]

TColor32Gradient

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: GR32_ColorGradients.pas line 89

type TColor32Gradient = class(TInterfacedPersistent,IStreamPersist)

protected

  procedure GradientColorsChanged; virtual;

  

  procedure AssignTo(); override;

  

public

  constructor Create();

  

  procedure LoadFromStream();

  

  procedure SaveToStream();

  

  procedure ClearColorStops();

  

  procedure AddColorStop();

  

  procedure SetColors();

  

  function GetColorAt();

  

  procedure FillColorLookUpTable();

  

  property GradientEntry []: TColor32GradientStop; [r]

  

  property GradientCount: Integer; [r]

  

  property StartColor: TColor32; [rw]

  

  property EndColor: TColor32; [rw]

  

  property OnGradientColorsChanged: TNotifyEvent; [rw]

  

end;

Inheritance

TColor32Gradient

  

|

TObject,IStreamPersist



CT Web help

CodeTyphon Studio