1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-12-01 05:12:16 -05:00
Simba/Units/MMLAddon/LPInc/Wrappers/colourconv.inc

5 lines
174 B
PHP
Raw Normal View History

2011-08-03 14:29:48 -04:00
procedure Lape_ColorToRGB(const Params: PParamArray);
begin
ps_ColorToRGB(Pinteger(Params^[0])^, PInteger(Params^[1])^, PInteger(Params^[2])^, PInteger(Params^[3])^);
end;