C# 클래스 FlatRedBall.IO.GifLoader

Class responsible for loading GIF files.
For information, see: http://www.fileformat.info/format/gif/
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
GetImageDataList ( string gifFileName ) : ImageDataList

비공개 메소드들

메소드 설명
FillDictionary ( ) : void
FillUncompressedColorIndexBuffer ( byte data, int &currentEntrySize, bool &firstRead ) : void
ReadApplicationExtensionBlock ( BinaryReader reader ) : void
ReadCommonExtensionBlock ( BinaryReader reader ) : void
ReadGraphicsControlExtension ( BinaryReader reader ) : void
ReadImageDescriptor ( BinaryReader reader ) : void
TryReadGlobalColorTable ( BinaryReader reader ) : void

메소드 상세

GetImageDataList() 공개 정적인 메소드

public static GetImageDataList ( string gifFileName ) : ImageDataList
gifFileName string
리턴 ImageDataList