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

MorphSolidFill
Inheritance: MorphFillStyle
Show file Open project: bladecoding/SwfExport

Public Methods

Method Description
MorphSolidFill ( ) : System

Creates a new MorphSolidFill instance.

MorphSolidFill ( RGBA startColor, RGBA endColor ) : System

Creates a new MorphSolidFill instance.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

Method Details

MorphSolidFill() public method

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

MorphSolidFill() public method

Creates a new MorphSolidFill instance.
public MorphSolidFill ( RGBA startColor, RGBA endColor ) : System
startColor RGBA Color of the start.
endColor RGBA Color of the end.
return System

Serialize() public method

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