C# 클래스 ThemeEditor.WPF.Themes.TextureViewModel

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

Private Properties

프로퍼티 타입 설명
DecodeTexture System.Windows.Media.Imaging.BitmapSource
GeneratePalette IEnumerable
GscToAlpha byte[]

공개 메소드들

메소드 설명
ClearTexture ( ) : void
Dispose ( ) : void
EncodeTexture ( System.Windows.Media.Imaging.BitmapSource bitmap, RawTexture targetFormat ) : void
Invalidate ( ) : void
TextureViewModel ( RawTexture model, string tag ) : System.Collections.Generic

비공개 메소드들

메소드 설명
DecodeTexture ( RawTexture model ) : System.Windows.Media.Imaging.BitmapSource
GeneratePalette ( ) : IEnumerable
GscToAlpha ( byte rgbData ) : byte[]

메소드 상세

ClearTexture() 공개 메소드

public ClearTexture ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EncodeTexture() 공개 메소드

public EncodeTexture ( System.Windows.Media.Imaging.BitmapSource bitmap, RawTexture targetFormat ) : void
bitmap System.Windows.Media.Imaging.BitmapSource
targetFormat ThemeEditor.Common.Graphics.RawTexture
리턴 void

Invalidate() 공개 메소드

public Invalidate ( ) : void
리턴 void

TextureViewModel() 공개 메소드

public TextureViewModel ( RawTexture model, string tag ) : System.Collections.Generic
model ThemeEditor.Common.Graphics.RawTexture
tag string
리턴 System.Collections.Generic