0
2
0
... | ... |
@@ -119,7 +119,7 @@ |
119 | 119 |
///\param have_white indicates whether white is amongst the |
120 | 120 |
///provided color (\c true) or not (\c false). If it is true, |
121 | 121 |
///white will be assigned to \c 0. |
122 |
Palette(int num=-1 |
|
122 |
Palette(bool have_white=false,int num=-1) |
|
123 | 123 |
{ |
124 | 124 |
if (num==0) return; |
125 | 125 |
do { |
0 comments (0 inline)