...
Procedure: RGB(nRed: integer; nGreen: integer; nBlue: integer): integer;
API Call:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
var nColor: integer; begin nColor := RGB(255, 128, 0); end; |
...
Procedure: RGB(nRed: integer; nGreen: integer; nBlue: integer): integer;
API Call:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
var nColor: integer; begin nColor := RGB(255, 128, 0); end; |