|
| | shadeImage (const double azimuth_=30, const double elevation_=30, const bool colorShading_=false) |
| |
| void | operator() (Image &image_) const |
| |
Definition at line 1018 of file STL.h.
◆ shadeImage()
| Magick::shadeImage::shadeImage |
( |
const double | azimuth_ = 30, |
|
|
const double | elevation_ = 30, |
|
|
const bool | colorShading_ = false ) |
Definition at line 978 of file STL.cpp.
981 : _azimuth( azimuth_ ),
982 _elevation( elevation_ ),
983 _colorShading (colorShading_)
984{
985}
◆ operator()()
| void Magick::shadeImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 986 of file STL.cpp.
987{
988 image_.shade( _azimuth, _elevation, _colorShading );
989}
◆ _azimuth
| double Magick::shadeImage::_azimuth |
|
private |
◆ _colorShading
| bool Magick::shadeImage::_colorShading |
|
private |
◆ _elevation
| double Magick::shadeImage::_elevation |
|
private |
The documentation for this class was generated from the following files:
- ImageMagick-6/Magick++/lib/Magick++/STL.h
- ImageMagick-6/Magick++/lib/STL.cpp