C# Class Engine.Objects.WindowStyleInstance.RGBA

nested class for working with colors
Afficher le fichier Open project: Radnen/sphere-sfml

Méthodes publiques

Méthode Description
RGBA ( BinaryReader reader ) : System
ReadData ( BinaryReader reader ) : void
SaveData ( BinaryWriter writer ) : void

Method Details

RGBA() public méthode

public RGBA ( BinaryReader reader ) : System
reader System.IO.BinaryReader
Résultat System

ReadData() public méthode

public ReadData ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

SaveData() public méthode

public SaveData ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void