C# 클래스 Engine.Objects.WindowStyleInstance.RGBA

nested class for working with colors
파일 보기 프로젝트 열기: Radnen/sphere-sfml

공개 메소드들

메소드 설명
RGBA ( BinaryReader reader ) : System
ReadData ( BinaryReader reader ) : void
SaveData ( BinaryWriter writer ) : void

메소드 상세

RGBA() 공개 메소드

public RGBA ( BinaryReader reader ) : System
reader System.IO.BinaryReader
리턴 System

ReadData() 공개 메소드

public ReadData ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

SaveData() 공개 메소드

public SaveData ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void