C# Class Recurity.Swf.CxFormWithAlpha

Inheritance: AbstractSwfElement
Exibir arquivo Open project: rtezli/Blitzableiter Class Usage Examples

Protected Properties

Property Type Description
_AlphaAddTerm System.Int32
_AlphaMultTerm System.Int32
_BlueAddTerm System.Int32
_BlueMultTerm System.Int32
_GreenAddTerm System.Int32
_GreenMultTerm System.Int32
_HasAddTerms bool
_HasMultTerms bool
_RedAddTerm System.Int32
_RedMultTerm System.Int32
_numBits byte

Private Properties

Property Type Description

Public Methods

Method Description
CxFormWithAlpha ( byte InitialVersion ) : System

Parse ( Stream input ) : void

ToString ( ) : string

Write ( Stream output ) : void

Method Details

CxFormWithAlpha() public method

public CxFormWithAlpha ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
return System

Parse() public method

public Parse ( Stream input ) : void
input Stream
return void

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( Stream output ) : void
output Stream
return void

Property Details

_AlphaAddTerm protected_oe property

protected Int32,System _AlphaAddTerm
return System.Int32

_AlphaMultTerm protected_oe property

protected Int32,System _AlphaMultTerm
return System.Int32

_BlueAddTerm protected_oe property

protected Int32,System _BlueAddTerm
return System.Int32

_BlueMultTerm protected_oe property

protected Int32,System _BlueMultTerm
return System.Int32

_GreenAddTerm protected_oe property

protected Int32,System _GreenAddTerm
return System.Int32

_GreenMultTerm protected_oe property

protected Int32,System _GreenMultTerm
return System.Int32

_HasAddTerms protected_oe property

protected bool _HasAddTerms
return bool

_HasMultTerms protected_oe property

protected bool _HasMultTerms
return bool

_RedAddTerm protected_oe property

protected Int32,System _RedAddTerm
return System.Int32

_RedMultTerm protected_oe property

protected Int32,System _RedMultTerm
return System.Int32

_numBits protected_oe property

protected byte _numBits
return byte