mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-11 20:05:03 -05:00
5 lines
226 B
PHP
5 lines
226 B
PHP
|
procedure RUTIS_ps_ColorToRGB(Params: PRutisParamInfoArray; Result: PRutisParamInfo);
|
||
|
begin
|
||
|
ps_ColorToRGB(Pinteger(Params^[0].Data)^, PInteger(Params^[1].Data)^, PInteger(Params^[2].Data)^, PInteger(Params^[3].Data)^);
|
||
|
end;
|