C# Class Recurity.Swf.TagHandler.DefineBitsLossless2

DefineBitsLossless2 extends DefineBitsLossless with support for opacity (alpha values). The

colormap colors in colormapped images are defined using RGBA values, and direct images

store 32-bit ARGB colors for each pixel. The intermediate 15-bit color depth is not available

in DefineBitsLossless2.

Inheritance: AbstractTagHandler, ISwfCharacter
Exibir arquivo Open project: rtezli/Blitzableiter Class Usage Examples

Public Methods

Method Description
DefineBitsLossless2 ( byte InitialVersion ) : System

DefineBitsLossless2 extends DefineBitsLossless with support for opacity (alpha values).

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output ) : void

Protected Methods

Method Description
Parse ( ) : void

Method Details

DefineBitsLossless2() public method

DefineBitsLossless2 extends DefineBitsLossless with support for opacity (alpha values).
public DefineBitsLossless2 ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
return System

Parse() protected method

protected Parse ( ) : void
return void

Verify() public method

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
return bool

Write() public method

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