Function QRgb from qttools
Brief description
QRgb(r:int,g:int,b:int):QRgb
Converts integer values to an RGB value More ...
Function information
| Name: | QRgb |
| Base: | |
| Group: | Qt plugins:Image plugins |
| Icon: | qtimage.png |
| Color: | darkGreen |
| Authors: | |
| Copyright: |
Detailed description
Converts integer values to an RGB value
Input parameters
-
r:
int
- Red color amount
-
g:
int
- Green color amount
-
b:
int
- Blue color amount
Return values
-
Default return value:
QRgb
- Rgb value
