C# Class Recurity.Swf.Rgb

The RGB record represents a color as a 24-bit red, green, and blue value.
Inheritance: AbstractSwfElement
Exibir arquivo Open project: rtezli/Blitzableiter Class Usage Examples

Protected Properties

Property Type Description
_disposed bool

Public Methods

Method Description
Parse ( Stream input ) : void

Parses this object out of a stream

Rgb ( byte InitialVersion ) : System

The RGB record represents a color as a 24-bit red, green, and blue value.

ToString ( ) : string

Converts the value of this instance to a System.String.

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output ) : void

Method Details

Parse() public method

Parses this object out of a stream
public Parse ( Stream input ) : void
input Stream The input stream.
return void

Rgb() public method

The RGB record represents a color as a 24-bit red, green, and blue value.
public Rgb ( byte InitialVersion ) : System
InitialVersion byte The version of the swf file using this object
return System

ToString() public method

Converts the value of this instance to a System.String.
public ToString ( ) : string
return string

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

Property Details

_disposed protected_oe property

protected bool _disposed
return bool