diff options
author | fluxgen <fluxgen> | 2002-09-14 15:05:00 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-09-14 15:05:00 (GMT) |
commit | afd7e5a6b7043812e472994dd2f49941094ee080 (patch) | |
tree | 1f56a5163d8fcfac160c11450d8b85518d4548ff /src/Image.hh | |
parent | 3dc5c4bf551155acad7a0173115496fd845c2417 (diff) | |
download | fluxbox_pavel-afd7e5a6b7043812e472994dd2f49941094ee080.zip fluxbox_pavel-afd7e5a6b7043812e472994dd2f49941094ee080.tar.bz2 |
removed color functions
Diffstat (limited to 'src/Image.hh')
-rw-r--r-- | src/Image.hh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Image.hh b/src/Image.hh index 8df93fe..8ae8505 100644 --- a/src/Image.hh +++ b/src/Image.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Image.hh,v 1.12 2002/09/14 13:50:38 fluxgen Exp $ | 25 | // $Id: Image.hh,v 1.13 2002/09/14 15:03:32 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef IMAGE_HH | 27 | #ifndef IMAGE_HH |
28 | #define IMAGE_HH | 28 | #define IMAGE_HH |
@@ -120,9 +120,6 @@ public: | |||
120 | inline int depth() const { return screen_depth; } | 120 | inline int depth() const { return screen_depth; } |
121 | inline int colorsPerChannel() const { return colors_per_channel; } | 121 | inline int colorsPerChannel() const { return colors_per_channel; } |
122 | 122 | ||
123 | unsigned long color(const char *colorname); | ||
124 | unsigned long color(const char *, unsigned char *, unsigned char *, | ||
125 | unsigned char *); | ||
126 | unsigned long getSqrt(unsigned int val); | 123 | unsigned long getSqrt(unsigned int val); |
127 | /** | 124 | /** |
128 | Render to pixmap | 125 | Render to pixmap |