Workspace 6.21.5
|
Creates QImage containing a circle of the specified colour and with the specified text content. This is often used for creating glyphs and labels dynamically for visualisation.
Inputs: | |||
---|---|---|---|
Width | int | The width of the output image. | |
Height | int | The height of the output image. | |
Border width | int | The width of the border displayed on the circle. | |
Inner text | QString | ||
Font | QFont | ||
Background color | QColor | ||
Foreground color | QColor | ||
Outputs: | |||
Image | QImage |