Log of /trunk/graf2d/gpad/inc/TColorWheel.h
Parent Directory
Revision
23140 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 11 11:01:39 2008 UTC (6 years, 9 months ago) by
rdm
File length: 3181 byte(s)
Diff to
previous 20882
move the following directories to "graf2d":
asimage, freetype, gpad, graf, postscript, qt, win32gdk, x11, x11ttf
move the following directories to "graf3d":
eve, ftgl, g3d, gl, x3d
Revision
18317 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 17 12:03:00 2007 UTC (7 years, 10 months ago) by
brun
Original Path:
trunk/gpad/inc/TColorWheel.h
File length: 3242 byte(s)
Diff to
previous 18229
From Ilka:
TColorWheel:
- add new method TColorWheel::SetCanvas(TCanvas *can)
- changes in Draw method related to the parent canvas
- line width changed to 1 (was 2) for better view in a small canvas
TGColorDialog:
- added two tabs: Color Wheel and Basic Colors
- in Color Wheel tab implemented visualization of TColorWheel with the possibility to select a color from it
- in Basic Colors tab is kept old functionality of this class. The text fields for RGB and HLS and OK, Cancel buttons moved to the main dialog frame. They are used also for setting a color selected from the color wheel.
- New button Preview applies the selected color to the selected object if this dialog is called from the graphics editor. The selection can be confirmed as the final one by clicking the OK button or refused - by clicking on Cancel button.
- new methods: DoPreview and SetColorInfo
- many layout changes
- added aditional frame for comparison between the old and new selected colors
TGColorSelect:
- new method PreviewColor
Revision
18227 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Sat Mar 10 22:58:01 2007 UTC (7 years, 10 months ago) by
brun
Original Path:
trunk/gpad/inc/TColorWheel.h
File length: 3129 byte(s)
Add new class to draw the ROOT Color Wheel.
The wheel contains the recommended 216 colors to be used in web applications.
The colors in the Color Wheel are created by TColor::CreateColorWheel.
To view the ColorWheel, do
TColorWheel w;
w.Draw();
cvs: ----------------------------------------------------------------------
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.