Unit 'agg_image_filters' Package
[Overview][Constants][Types][Classes][Index] [#pl_aggpas]

image_filter_lut

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

Declaration

Source position: agg_image_filters.pas line 46

type image_filter_lut = object

  m_radius: Double;

  

  m_diameter: unsigned;

  

  m_start: int;

  

  m_weight_array: int16_ptr;

  

  m_max_size: unsigned;

  

  constructor Construct();

  

  destructor Destruct;

  

  procedure calculate();

  

  function radius;

  

  function diameter;

  

  function start;

  

  function weight_array;

  

  procedure normalize;

  

  procedure realloc_lut();

  

end;

Inheritance

image_filter_lut

  

|

TObject



CT Web help

CodeTyphon Studio