C# Class Ntreev.Library.Psd.Extensions

Exibir arquivo Open project: NtreevSoft/psd-parser

Public Methods

Method Description
Descendants ( this layer ) : IEnumerable
Descendants ( this layer, bool>.Func filter ) : IEnumerable
MergeChannels ( this imageSource ) : byte[]

Private Methods

Method Description
Descendants ( this layer ) : IEnumerable

Method Details

Descendants() public static method

public static Descendants ( this layer ) : IEnumerable
layer this
return IEnumerable

Descendants() public static method

public static Descendants ( this layer, bool>.Func filter ) : IEnumerable
layer this
filter bool>.Func
return IEnumerable

MergeChannels() public static method

public static MergeChannels ( this imageSource ) : byte[]
imageSource this
return byte[]