Code Cleanup
- Check systematically if the color is non-trivial before blending.
This commit is contained in:
committed by
Paul Beckingham
parent
f2f6b788e8
commit
90c420263c
@@ -66,7 +66,7 @@ public:
|
||||
static std::string colorize (const std::string&, const std::string&);
|
||||
static std::string strip (const std::string&);
|
||||
|
||||
bool nontrivial ();
|
||||
bool nontrivial () const;
|
||||
|
||||
private:
|
||||
int find (const std::string&);
|
||||
|
||||
Reference in New Issue
Block a user