Home | History | Annotate | Download | only in Magick++

Lines Matching refs:channel

5 // Definition of channel moments.
28 // Destroy channel moments
37 // The channel
38 PixelChannel channel(void) const;
58 // Does object contain valid channel moments?
94 // Destroy channel perceptual hash
100 // The channel
101 PixelChannel channel(void) const;
103 // Does object contain valid channel perceptual hash?
142 // Destroy channel statistics
148 // The channel
149 PixelChannel channel(void) const;
157 // Does object contain valid channel statistics?
231 // Returns the moments for the specified channel
232 ChannelMoments channel(const PixelChannel channel_) const;
262 // Returns the perceptual hash for the specified channel
263 ChannelPerceptualHash channel(const PixelChannel channel_) const;
294 // Returns the statistics for the specified channel
295 ChannelStatistics channel(const PixelChannel channel_) const;