Ortho Viewport Widget: Difference between revisions

From C4 Engine Wiki
Jump to navigation Jump to search
(Created page with "The '''Ortho Viewport Widget''' displays a viewport having an orthographic camera. The widget color is not used. == See Also == * Widgets * <code>[http://c4engine.com/docs/InterfaceMgr/OrthoViewportWidget.html OrthoViewportWidget]</code> class Category:Interfaceutf-8�‚… 0�  �5 )š« ���hThe '''Paint Widget''' displays an interactive painting canvas. The brush radius, fuzziness, opacity, and color can be set from a script using controlle...")
 
No edit summary
 
Line 7: Line 7:
* [[Widgets]]
* [[Widgets]]
* <code>[http://c4engine.com/docs/InterfaceMgr/OrthoViewportWidget.html OrthoViewportWidget]</code> class
* <code>[http://c4engine.com/docs/InterfaceMgr/OrthoViewportWidget.html OrthoViewportWidget]</code> class
[[Category:Interface]]utf-8�‚…  0�   �5    )š«  ���hThe '''Paint Widget''' displays an interactive painting canvas. The brush radius, fuzziness, opacity, and color can be set from a script using controller functions.
The widget color applies a tint to the contents of the painting canvas.
== Settings ==
The following settings are available specifically for Paint Widgets.
{| {{Table}}
{{Tablehead|Setting|Description}}
|-
{{HeadingSetting|'''Paint&nbsp;Settings'''}}
|-
{{Setting|'''Resolution X'''|Determines the internal horizontal resolution of the painting canvas, in pixels.}}
|-
{{Setting|'''Resolution Y'''|Determines the internal vertical resolution of the painting canvas, in pixels.}}
|-
{{Setting|'''Background color'''|Determines what color the painting canvas is initially filled with.}}
|-
{{Setting|'''Initial brush radius'''|Specifies the initial radius of the paint brush, in pixels.}}
|-
{{Setting|'''Initial brush fuzziness'''|Specifies the initial fuzziness of the paint brush in the range 0.0 (no fuzziness) to 1.0 (very fuzzy).}}
|-
{{Setting|'''Initial brush opacity'''|Specifies the initial opacity of the paint brush in the range 1% (almost completely transparent) to 100% (completely opaque).}}
|-
{{Setting|'''Initial brush color'''|Specifies the initial color of the paint brush.}}
|}
== See Also ==
* [[Widgets]]
* <code>[http://c4engine.com/docs/InterfaceMgr/PaintWidget.html PaintWidget]</code> class


[[Category:Interface]]
[[Category:Interface]]

Latest revision as of 12:44, 15 July 2023

The Ortho Viewport Widget displays a viewport having an orthographic camera.

The widget color is not used.

See Also