C# Class Engine.Objects.WindowStyleInstance.RGBA

nested class for working with colors
ファイルを表示 Open project: Radnen/sphere-sfml

Public Methods

Method Description
RGBA ( BinaryReader reader ) : System
ReadData ( BinaryReader reader ) : void
SaveData ( BinaryWriter writer ) : void

Method Details

RGBA() public method

public RGBA ( BinaryReader reader ) : System
reader System.IO.BinaryReader
return System

ReadData() public method

public ReadData ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

SaveData() public method

public SaveData ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void