comparison src/ChangeLog @ 6563:7a65c1a09ec3

[project @ 2007-04-23 19:26:17 by jwe]
author jwe
date Mon, 23 Apr 2007 19:26:17 +0000
parents dc83c15d7149
children 9520d1004a73
comparison
equal deleted inserted replaced
6562:82d0132889e4 6563:7a65c1a09ec3
1 2007-04-23 Shai Ayal <shaiay@users.sourceforge.net>
2
3 * src/graphics.cc (color_property::color_property):
4 New arg A for alpha channel. Set rgba instead of red, green, blue.
5 (color_property::color_property (char)): New constructor.
6 (color_propery::rgba): New data member.
7 (color_property::red, color_property::green, color_property::blue):
8 Delete.
9 (color_property::validate): Use rgba.
10 (color_property::c2rgba): New function.
11
1 2007-04-23 Soren Hauberg <soren@hauberg.org> 12 2007-04-23 Soren Hauberg <soren@hauberg.org>
2 13
3 * data.cc (Fsize_equal): Allow more than two arguments. 14 * data.cc (Fsize_equal): Allow more than two arguments.
4 15
5 2007-04-20 John W. Eaton <jwe@octave.org> 16 2007-04-20 John W. Eaton <jwe@octave.org>