C# Class Ntreev.Library.Psd.PsdUtility

Afficher le fichier Open project: NtreevSoft/psd-parser Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static DecodeRLE ( byte source ) : byte[]
source byte
Résultat byte[]

DecodeRLE() public static méthode

public static DecodeRLE ( byte src, byte dst, int packedLength, int unpackedLength ) : void
src byte
dst byte
packedLength int
unpackedLength int
Résultat void

DepthToPitch() public static méthode

public static DepthToPitch ( int depth, int width ) : int
depth int
width int
Résultat int

ToBlendMode() public static méthode

public static ToBlendMode ( string text ) : BlendMode
text string
Résultat BlendMode

ToUnitType() public static méthode

public static ToUnitType ( string text ) : UnitType
text string
Résultat UnitType