changeset 33108:613a23f79a1f bytecode-interpreter

maint: Merge default to bytecode-interpreter.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Thu, 29 Feb 2024 01:40:25 -0500
parents b0640dacc4ef (current diff) 63cf01d7c543 (diff)
children 4cae6d1e5122
files
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/genpropdoc.m	Wed Feb 28 11:59:31 2024 -0500
+++ b/doc/interpreter/genpropdoc.m	Thu Feb 29 01:40:25 2024 -0500
@@ -1876,7 +1876,11 @@
         s.doc = "Color data for the image object.  Data is either stored as \
 a 2-D matrix where each element's value determines that pixel's color \
 according to the current colormap, or as a 3-D array where the third \
-dimension contains separate red, blue, and green components for each pixel.";
+dimension contains separate red, blue, and green components for each pixel.  \
+For RGB arrays, the values that map to minimum to a maximum color value \
+depend on the class of @qcode{\"cdata\"}.  Floating point and logical values \
+range from 0 to 1 while integer value range from @code{intmin} to \
+@code{intmax} for that integer class.";
         s.valid = "array";
         s.category = "Image Data";