FLTK logo

[master] add3f05 - Add Doxygen description of FL_FREE_COLOR.

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] add3f05 - Add Doxygen description of FL_FREE_COLOR. "ManoloFLTK" Sep 18, 2022  
 
commit add3f0566ce9e566e40020ee5c31f8df73922243
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Sun Sep 18 11:57:15 2022 +0200
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Sun Sep 18 11:57:15 2022 +0200

    Add Doxygen description of FL_FREE_COLOR.

 FL/Enumerations.H | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git FL/Enumerations.H FL/Enumerations.H
index b9e5e0c..365f3fa 100644
--- FL/Enumerations.H
+++ FL/Enumerations.H
@@ -1078,7 +1078,8 @@ const Fl_Color FL_DARK_CYAN     = 140;
 
 const Fl_Color FL_WHITE         = 255;
 
-
+/** Colors numbered between FL_FREE_COLOR and FL_FREE_COLOR + FL_NUM_FREE_COLOR - 1
+are free for the user to be given any value using Fl::set_color(). */
 #define FL_FREE_COLOR     (Fl_Color)16
 #define FL_NUM_FREE_COLOR 16
 #define FL_GRAY_RAMP      (Fl_Color)32
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.