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

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

공개 프로퍼티들

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

공개 메소드들

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

메소드 상세

ColorArgb8888() 공개 메소드

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

Equals() 공개 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Read() 공개 정적인 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

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

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

A 공개적으로 프로퍼티

public byte A
리턴 byte

B 공개적으로 프로퍼티

public byte B
리턴 byte

G 공개적으로 프로퍼티

public byte G
리턴 byte

R 공개적으로 프로퍼티

public byte R
리턴 byte