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

TBarycentricGradientPolygonFiller

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

Declaration

Source position: GR32_ColorGradients.pas line 451

type TBarycentricGradientPolygonFiller = class(TCustomSparsePointGradientPolygonFiller)

protected

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

  

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

  

  function GetCount; override;

  

  function GetColor(); override;

  

  function GetPoint(); override;

  

  function GetColorPoint(); override;

  

  procedure SetColor(); override;

  

  procedure SetColorPoint(); override;

  

  procedure SetPoint(); override;

  

  function GetFillLine; override;

  

  procedure FillLine();

  

  class function Linear3PointInterpolation();

  

public

  procedure BeginRendering; override;

  

  procedure SetPoints(); override;

  

  procedure SetColorPoints();

  

end;

Inheritance

TBarycentricGradientPolygonFiller

  

|

TCustomSparsePointGradientPolygonFiller

  

|

TCustomPolygonFiller

  

|

TObject



CT Web help

CodeTyphon Studio