comparison src/graphics.cc @ 9680:73153525df9a

initial implementation of OpenGL image rendering
author Shai Ayal <shaiay@users.sourceforge.net>
date Thu, 01 Oct 2009 11:41:28 -0400
parents dfc68e6d8741
children 3ec3b8e80b67
comparison
equal deleted inserted replaced
9679:0896714301e4 9680:73153525df9a
3930 3930
3931 // Note: "text" code is entirely auto-generated 3931 // Note: "text" code is entirely auto-generated
3932 3932
3933 // --------------------------------------------------------------------- 3933 // ---------------------------------------------------------------------
3934 3934
3935 // Note: "image" code is entirely auto-generated 3935 octave_value
3936 image::properties::get_color_data (void) const
3937 {
3938 return convert_cdata (*this, get_cdata (),
3939 cdatamapping_is ("scaled"), 3);
3940 }
3936 3941
3937 // --------------------------------------------------------------------- 3942 // ---------------------------------------------------------------------
3938 3943
3939 octave_value 3944 octave_value
3940 patch::properties::get_color_data (void) const 3945 patch::properties::get_color_data (void) const