C# 클래스 TextEditor2.ByteColorAlpha

The BMC file holds color data for the text. A control code specifies the index of a color, and the engine changes the text's color to that one.
파일 보기 프로젝트 열기: Sage-of-Mirrors/TheWindWaker_Text_Editor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
R byte

공개 메소드들

메소드 설명
ByteColorAlpha ( ) : System
ByteColorAlpha ( byte data ) : System
GetBytes ( ) : byte[]

메소드 상세

ByteColorAlpha() 공개 메소드

public ByteColorAlpha ( ) : System
리턴 System

ByteColorAlpha() 공개 메소드

public ByteColorAlpha ( byte data ) : System
data byte
리턴 System

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

프로퍼티 상세

R 공개적으로 프로퍼티

public byte R
리턴 byte