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

TGdkRGBA

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

Declaration

Source position: lazgdk3.pas line 4474

type TGdkRGBA = object

  red: gdouble;

  

  green: gdouble;

  

  blue: gdouble;

  

  alpha: gdouble;

  

  function copy;

  

  function equal();

  

  procedure free;

  

  function hash;

  

  function parse();

  

  function to_string;

  

end;

Inheritance

TGdkRGBA