C# 클래스 ThemeEditor.Common.Graphics.ColorRgb888

파일 보기 프로젝트 열기: usagirei/3DS-Theme-Editor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
B byte
G byte
R byte

공개 메소드들

메소드 설명
ColorRgb888 ( byte r, byte g, byte b ) : System.IO
Equals ( ColorRgb888 other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Read ( BinaryReader br ) : ColorRgb888
ToString ( ) : string
Write ( BinaryWriter br ) : void
operator ( ) : bool

메소드 상세

ColorRgb888() 공개 메소드

public ColorRgb888 ( byte r, byte g, byte b ) : System.IO
r byte
g byte
b byte
리턴 System.IO

Equals() 공개 메소드

public Equals ( ColorRgb888 other ) : bool
other ColorRgb888
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Read() 공개 정적인 메소드

public static Read ( BinaryReader br ) : ColorRgb888
br System.IO.BinaryReader
리턴 ColorRgb888

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( BinaryWriter br ) : void
br System.IO.BinaryWriter
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

B 공개적으로 프로퍼티

public byte B
리턴 byte

G 공개적으로 프로퍼티

public byte G
리턴 byte

R 공개적으로 프로퍼티

public byte R
리턴 byte