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

TBilinearGradientSampler

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

Declaration

Source position: GR32_ColorGradients.pas line 181

type TBilinearGradientSampler = class(TCustomSparsePointGradientSampler)

protected

  FColorPoints: array [0..3] of TColor32FloatPoint;

  

  FDists: array [0..2] of TFloatPoint;

  

  FDot: TFloat;

  

  FBiasK0: TFloat;

  

  FBiasU: TFloat;

  

  FK2Sign: Integer;

  

  FK2Value: TFloat;

  

  function GetCount; override;

  

  function GetColor(); override;

  

  function GetColorPoint(); override;

  

  function GetPoint(); override;

  

  procedure SetColor(); override;

  

  procedure SetColorPoint(); override;

  

  procedure SetPoint(); override;

  

  procedure AssignTo(); override;

  

public

  procedure SetPoints(); override;

  

  procedure SetColorPoints();

  

  procedure PrepareSampling; override;

  

  function GetSampleFloat(); override;

  

end;

Inheritance

TBilinearGradientSampler

  

|

TCustomSparsePointGradientSampler

  

|

TCustomSampler

  

|

TNotifiablePersistent

  

|

TPlainInterfacedPersistent

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio