1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-02-24 07:21:51 -05:00
Simba/Units/MMLAddon/LPInc/Wrappers/colourconv.inc

5 lines
174 B
PHP
Raw Normal View History

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