C# 클래스 AlbLib.Imaging.ModifierPalette

상속: ImagePalette
파일 보기 프로젝트 열기: IllidanS4/AlbLib

공개 프로퍼티들

프로퍼티 타입 설명
Inner ImagePalette

공개 메소드들

메소드 설명
ModifierPalette ( ImagePalette inner ) : System

Creates new instance using source palette.

this ( int index ) : Color

Returns Color at index in palette.

메소드 상세

ModifierPalette() 공개 메소드

Creates new instance using source palette.
public ModifierPalette ( ImagePalette inner ) : System
inner ImagePalette Souce palette.
리턴 System

this() 공개 메소드

Returns Color at index in palette.
public this ( int index ) : Color
index int
리턴 Color

프로퍼티 상세

Inner 공개적으로 프로퍼티

Source palette.
public ImagePalette Inner
리턴 ImagePalette