C# 클래스 SwfDotNet.IO.Tags.Types.ColorMapData

ColorMapData
상속: ISwfSerializer
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

공개 메소드들

메소드 설명
ColorMapData ( ) : System

Creates a new ColorMapData instance.

ColorMapData ( RGB colorTableRGB, byte colorMapPixelData ) : System

Creates a new ColorMapData instance.

GetSizeOf ( ) : int

Gets the size of.

ReadData ( BufferedBinaryReader reader, byte bitmapColorTableSize, ushort bitmapWidth, ushort bitmapHeight, int toRead ) : void

Reads the data.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BinaryWriter writer ) : void

Writes to a binary writer

메소드 상세

ColorMapData() 공개 메소드

Creates a new ColorMapData instance.
public ColorMapData ( ) : System
리턴 System

ColorMapData() 공개 메소드

Creates a new ColorMapData instance.
public ColorMapData ( RGB colorTableRGB, byte colorMapPixelData ) : System
colorTableRGB RGB Color table RGB.
colorMapPixelData byte Color map pixel data.
리턴 System

GetSizeOf() 공개 메소드

Gets the size of.
public GetSizeOf ( ) : int
리턴 int

ReadData() 공개 메소드

Reads the data.
public ReadData ( BufferedBinaryReader reader, byte bitmapColorTableSize, ushort bitmapWidth, ushort bitmapHeight, int toRead ) : void
reader SwfDotNet.IO.Utils.BufferedBinaryReader Reader.
bitmapColorTableSize byte Size of the bitmap color table.
bitmapWidth ushort Width of the bitmap.
bitmapHeight ushort Height of the bitmap.
toRead int To read.
리턴 void

Serialize() 공개 메소드

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
리턴 void

WriteTo() 공개 메소드

Writes to a binary writer
public WriteTo ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter Writer.
리턴 void