mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-28 12:02:15 -05:00
5 lines
174 B
PHP
5 lines
174 B
PHP
procedure Lape_ColorToRGB(const Params: PParamArray);
|
|
begin
|
|
ps_ColorToRGB(Pinteger(Params^[0])^, PInteger(Params^[1])^, PInteger(Params^[2])^, PInteger(Params^[3])^);
|
|
end;
|