|
| shadeImage (const double azimuth_=30, const double elevation_=30, const bool colorShading_=false) |
|
void | operator() (Image &image_) const |
|
Definition at line 1001 of file STL.h.
◆ shadeImage()
Magick::shadeImage::shadeImage |
( |
const double | azimuth_ = 30, |
|
|
const double | elevation_ = 30, |
|
|
const bool | colorShading_ = false ) |
Definition at line 954 of file STL.cpp.
957 : _azimuth( azimuth_ ),
958 _elevation( elevation_ ),
959 _colorShading (colorShading_)
960{
961}
◆ operator()()
void Magick::shadeImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 962 of file STL.cpp.
963{
964 image_.shade( _azimuth, _elevation, _colorShading );
965}
◆ _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-7/Magick++/lib/Magick++/STL.h
- ImageMagick-7/Magick++/lib/STL.cpp