mirror of
https://github.com/moparisthebest/Simba
synced 2024-12-01 05:12:16 -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;
|