[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazPango1' (#lcl)

TPangoColor

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

Declaration

Source position: lazpango1.pas line 522

type TPangoColor = object

  red: guint16;

  

  green: guint16;

  

  blue: guint16;

  

  function copy;

  

  procedure free;

  

  function parse();

  

  function to_string;

  

end;

Inheritance

TPangoColor