C# Class Ntreev.Library.Psd.PsdUtility

Mostra file Open project: NtreevSoft/psd-parser Class Usage Examples

Public Methods

Method Description
DecodeRLE ( byte source ) : byte[]
DecodeRLE ( byte src, byte dst, int packedLength, int unpackedLength ) : void
DepthToPitch ( int depth, int width ) : int
ToBlendMode ( string text ) : BlendMode
ToUnitType ( string text ) : UnitType

Method Details

DecodeRLE() public static method

public static DecodeRLE ( byte source ) : byte[]
source byte
return byte[]

DecodeRLE() public static method

public static DecodeRLE ( byte src, byte dst, int packedLength, int unpackedLength ) : void
src byte
dst byte
packedLength int
unpackedLength int
return void

DepthToPitch() public static method

public static DepthToPitch ( int depth, int width ) : int
depth int
width int
return int

ToBlendMode() public static method

public static ToBlendMode ( string text ) : BlendMode
text string
return BlendMode

ToUnitType() public static method

public static ToUnitType ( string text ) : UnitType
text string
return UnitType