Magick++ 7.1.2-21
Convert, Edit, Or Compose Bitmap Images
Loading...
Searching...
No Matches
Magick::depthImage Class Reference

Public Member Functions

 depthImage (const size_t depth_)
void operator() (Image &image_) const

Private Attributes

size_t _depth

Detailed Description

Definition at line 1440 of file STL.h.

Constructor & Destructor Documentation

◆ depthImage()

Magick::depthImage::depthImage ( const size_t depth_)

Definition at line 1329 of file STL.cpp.

1330 : _depth( depth_ )
1331{
1332}

Member Function Documentation

◆ operator()()

void Magick::depthImage::operator() ( Magick::Image & image_) const

Definition at line 1333 of file STL.cpp.

1334{
1335 image_.depth( _depth );
1336}

Field Documentation

◆ _depth

size_t Magick::depthImage::_depth
private

Definition at line 1448 of file STL.h.


The documentation for this class was generated from the following files:
  • /build/imagemagick-dmo-7.1.2.21+dmo/Magick++/lib/Magick++/STL.h
  • /build/imagemagick-dmo-7.1.2.21+dmo/Magick++/lib/STL.cpp