ImageMagick.Moments.Composite C# (CSharp) Method

Composite() public method

Gets the moments for the all the channels.
public Composite ( ) : ChannelMoments
return ChannelMoments
    public ChannelMoments Composite()
    {
      return GetChannel(PixelChannel.Composite);
    }