ImageMagick.Moments.Composite C# (CSharp) Метод

Composite() публичный Метод

Gets the moments for the all the channels.
public Composite ( ) : ChannelMoments
Результат ChannelMoments
    public ChannelMoments Composite()
    {
      return GetChannel(PixelChannel.Composite);
    }