C# Class SwfDotNet.IO.Tags.Types.CXFormWithAlphaData

CXFormWithAlphaData.
Inheritance: ISwfSerializer
Show file Open project: bladecoding/SwfExport Class Usage Examples

Private Properties

Property Type Description
GetNumBits uint

Public Methods

Method Description
CXFormWithAlphaData ( ) : System

Creates a new CXFormWithAlphaData instance.

CXFormWithAlphaData ( int redMultTerms, int greenMultTerms, int blueMultTerms, int alphaMultTerms ) : System

Creates a new CXFormWithAlphaData instance.

GetSizeOf ( ) : int

Gets the size of.

ReadData ( BufferedBinaryReader binaryReader ) : void

Reads the data.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to.

Private Methods

Method Description
GetNumBits ( ) : uint

Gets the num bits.

Method Details

CXFormWithAlphaData() public method

Creates a new CXFormWithAlphaData instance.
public CXFormWithAlphaData ( ) : System
return System

CXFormWithAlphaData() public method

Creates a new CXFormWithAlphaData instance.
public CXFormWithAlphaData ( int redMultTerms, int greenMultTerms, int blueMultTerms, int alphaMultTerms ) : System
redMultTerms int Red mult terms.
greenMultTerms int Green mult terms.
blueMultTerms int Blue mult terms.
alphaMultTerms int Alpha mult terms.
return System

GetSizeOf() public method

Gets the size of.
public GetSizeOf ( ) : int
return int

ReadData() public method

Reads the data.
public ReadData ( BufferedBinaryReader binaryReader ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
return void

Serialize() public method

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

WriteTo() public method

Writes to.
public WriteTo ( BufferedBinaryWriter writer ) : void
writer SwfDotNet.IO.Utils.BufferedBinaryWriter Writer.
return void