From d28c9a3fb3eccccb27da7f35839011be436db6a7 Mon Sep 17 00:00:00 2001 From: Maeva-Calmettes <55976157+Maeva-Calmettes@users.noreply.github.com> Date: Mon, 21 Dec 2020 19:11:15 +0100 Subject: [PATCH] Update ofUtils_functions.markdown added some description on launch browser --- documentation/utils/ofUtils_functions.markdown | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/documentation/utils/ofUtils_functions.markdown b/documentation/utils/ofUtils_functions.markdown index 8794393a7..56e0c8f20 100644 --- a/documentation/utils/ofUtils_functions.markdown +++ b/documentation/utils/ofUtils_functions.markdown @@ -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); +~~~~ @@ -1783,7 +1789,6 @@ _description: _ - ###void ofRandomize(&values) @@ -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:** @@ -2050,7 +2056,7 @@ _advanced: False_ _inlined_description: _ -\section Frame Saving +Frame Saving Saves the current screen image to a file on disk. Example: