[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Prometheus_Vid' (#Prometheus)

Colour

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

Declaration

Source position: Prometheus_Vid.pas line 46

type Colour = object

  Sdl: tSdl_Color;

  procedure SetRGBA();

end;

Inheritance

Colour

Description

Contains an RGBA colour value where 0 is black and 255 is full. Currently stored as an sdl colour, to be ported to Int values at a later date