add new gamma members to agg_renderer
This commit is contained in:
parent
44c02a10c5
commit
94c5645e8b
1 changed files with 2 additions and 0 deletions
|
@ -154,6 +154,8 @@ private:
|
||||||
boost::shared_ptr<label_collision_detector4> detector_;
|
boost::shared_ptr<label_collision_detector4> detector_;
|
||||||
boost::scoped_ptr<rasterizer> ras_ptr;
|
boost::scoped_ptr<rasterizer> ras_ptr;
|
||||||
box2d<double> query_extent_;
|
box2d<double> query_extent_;
|
||||||
|
gamma_method_e gamma_method_;
|
||||||
|
double gamma_;
|
||||||
void setup(Map const& m);
|
void setup(Map const& m);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue