diff options
Diffstat (limited to 'FL/Fl_Image.H')
| -rw-r--r-- | FL/Fl_Image.H | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FL/Fl_Image.H b/FL/Fl_Image.H index fb1ddf734..b296704f9 100644 --- a/FL/Fl_Image.H +++ b/FL/Fl_Image.H @@ -272,6 +272,9 @@ public: An internal copy is made of the original image before changes are applied, to avoid modifying the original image. + + \note The RGB color of \ref FL_BACKGROUND_COLOR may change when the + connection to the display is made. See fl_open_display(). */ void inactive() { color_average(FL_GRAY, .33f); } virtual void desaturate(); |
