Skip to content
Snippets Groups Projects
Commit 61f9d951 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: fix LayerValueGenerator for RGBA pixel

parent a1a86f3c
No related branches found
No related tags found
No related merge requests found
......@@ -265,7 +265,7 @@ template <class TInputInternalPixelType, class TLayerValueType>
class LayerValueGenerator<itk::RGBAPixel<TInputInternalPixelType>, TLayerValueType>
{
public:
typedef itk::RGBPixel<TInputInternalPixelType> PixelType;
typedef itk::RGBAPixel<TInputInternalPixelType> PixelType;
typedef TLayerValueType LayerValueType;
typedef typename LayerValueType::ValueType LayerValueInternalType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment