octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #49009] wrong colors in the default image


From: Guillaume
Subject: [Octave-bug-tracker] [bug #49009] wrong colors in the default image
Date: Tue, 20 Sep 2016 09:38:25 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

Follow-up Comment #5, bug #49009 (project octave):

>From the Matlab documentation:

http://www.mathworks.com/help/matlab/ref/image.html


This property [CDataMapping] has no effect if CData is a 3-D array defining
true colors. 



>> figure,h=image(rand(16,16));get(h,'CDataMapping')
ans = direct
>> figure,h=image(rand(16,16,3));get(h,'CDataMapping')
ans = direct


so maybe that's still an option?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49009>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]