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