Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions documentation/utils/ofUtils_functions.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1770,8 +1770,14 @@ _advanced: False_

_inlined_description: _

Open a browser windows with the specified URL

~~~~{.cpp}

// Open the OpenFrameworks site :
ofLaunchBrowser("https://openframeworks.cc/", false);

~~~~



Expand All @@ -1783,7 +1789,6 @@ _description: _




<!----------------------------------------------------------------------------->

###void ofRandomize(&values)
Expand Down Expand Up @@ -2011,6 +2016,7 @@ Saves the current frame as a PNG image.

The PNG image will be named according to an internal counter in sequence.
The count will be restarted each time the program is restarted.
For more options, use the ofSaveImage() function from ofImage class.


**Parameters:**
Expand Down Expand Up @@ -2050,7 +2056,7 @@ _advanced: False_

_inlined_description: _

\section Frame Saving
Frame Saving
Saves the current screen image to a file on disk.

Example:
Expand Down