C# 클래스 SwfDotNet.IO.Tags.Types.RGB

RGB
상속: RGBColor
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

공개 메소드들

메소드 설명
FromWinColor ( Color color ) : RGB

Gets a RGB object from a windows color.

GetSizeOf ( ) : int

Gets the size of.

RGB ( ) : System

Creates a new RGB instance.

RGB ( byte red, byte green, byte blue ) : System

Creates a new RGB instance.

ReadData ( BufferedBinaryReader binaryReader ) : void

Reads the data from a binary reader.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

ToWinColor ( ) : Color

Transform a RGB object to a win color object

WriteTo ( BinaryWriter writer ) : void

Writes to a binary writer.

메소드 상세

FromWinColor() 공개 정적인 메소드

Gets a RGB object from a windows color.
public static FromWinColor ( Color color ) : RGB
color Color Color.
리턴 RGB

GetSizeOf() 공개 메소드

Gets the size of.
public GetSizeOf ( ) : int
리턴 int

RGB() 공개 메소드

Creates a new RGB instance.
public RGB ( ) : System
리턴 System

RGB() 공개 메소드

Creates a new RGB instance.
public RGB ( byte red, byte green, byte blue ) : System
red byte Red.
green byte Green.
blue byte Blue.
리턴 System

ReadData() 공개 메소드

Reads the data from a binary reader.
public ReadData ( BufferedBinaryReader binaryReader ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
리턴 void

Serialize() 공개 메소드

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

ToWinColor() 공개 메소드

Transform a RGB object to a win color object
public ToWinColor ( ) : Color
리턴 Color

WriteTo() 공개 메소드

Writes to a binary writer.
public WriteTo ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter Writer.
리턴 void