C# 클래스 ThemeEditor.Common.Themes.ColorSets.TopBackgroundSet

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

공개 프로퍼티들

프로퍼티 타입 설명
AlternateOpacity byte
Gradient byte
GradientColor byte
Main ThemeEditor.Common.Graphics.ColorRgb888
TextureOpacity byte

공개 메소드들

메소드 설명
Read ( BinaryReader br, bool typeTwo ) : TopBackgroundSet
Write ( BinaryWriter bw, bool typeTwo ) : void

비공개 메소드들

메소드 설명
Deflate ( byte v ) : byte
Inflate ( byte v ) : byte

메소드 상세

Read() 공개 정적인 메소드

public static Read ( BinaryReader br, bool typeTwo ) : TopBackgroundSet
br System.IO.BinaryReader
typeTwo bool
리턴 TopBackgroundSet

Write() 공개 메소드

public Write ( BinaryWriter bw, bool typeTwo ) : void
bw System.IO.BinaryWriter
typeTwo bool
리턴 void

프로퍼티 상세

AlternateOpacity 공개적으로 프로퍼티

public byte AlternateOpacity
리턴 byte

Gradient 공개적으로 프로퍼티

public byte Gradient
리턴 byte

GradientColor 공개적으로 프로퍼티

public byte GradientColor
리턴 byte

Main 공개적으로 프로퍼티

public ColorRgb888,ThemeEditor.Common.Graphics Main
리턴 ThemeEditor.Common.Graphics.ColorRgb888

TextureOpacity 공개적으로 프로퍼티

public byte TextureOpacity
리턴 byte