Skip to content

Commit

Permalink
https://github.com/ImageMagick/ImageMagick/pull/4270
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Sep 24, 2021
1 parent 7c50d57 commit 3037b2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Magick++/lib/Color.cpp
Expand Up @@ -261,8 +261,6 @@ Magick::Color::operator std::string() const

pixel.colorspace=(_pixelType == RGBPixel || _pixelType == RGBAPixel) ?
sRGBColorspace : CMYKColorspace;
pixel.alpha_trait=(_pixelType == RGBAPixel || _pixelType == CMYKAPixel) ?
BlendPixelTrait : UndefinedPixelTrait;
pixel.depth=MAGICKCORE_QUANTUM_DEPTH;
pixel.alpha=_pixel->alpha;
pixel.alpha_trait=_pixel->alpha_trait;
Expand Down

0 comments on commit 3037b2f

Please sign in to comment.