From a6316d8a566215223cdceaf7120621ea21c538f3 Mon Sep 17 00:00:00 2001 From: Maxime Leroy Date: Sat, 8 Jun 2019 16:03:50 +0200 Subject: [PATCH] Adding details about `Image.lock()` function (cherry picked from commit f1e232460515dc228ebc6c670494bd03ac9f9d9a) --- doc/classes/Image.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml index d1626b80887..cf593b014c5 100644 --- a/doc/classes/Image.xml +++ b/doc/classes/Image.xml @@ -361,7 +361,7 @@ - Locks the data for writing access. + Locks the data for reading and writing access. Sends an error to the console if the image is not locked when reading or writing a pixel.