C# 클래스 Patcher.Data.Plugins.Content.ColorAdapter

파일 보기 프로젝트 열기: unforbidable/patcher 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ColorAdapter ( IColorFloatAdaptable target ) : System
ColorAdapter ( byte buffer ) : System
ColorAdapter ( byte buffer, int offset ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
LimitRange ( float value ) : float

메소드 상세

ColorAdapter() 공개 메소드

public ColorAdapter ( IColorFloatAdaptable target ) : System
target IColorFloatAdaptable
리턴 System

ColorAdapter() 공개 메소드

public ColorAdapter ( byte buffer ) : System
buffer byte
리턴 System

ColorAdapter() 공개 메소드

public ColorAdapter ( byte buffer, int offset ) : System
buffer byte
offset int
리턴 System

LimitRange() 보호된 메소드

protected LimitRange ( float value ) : float
value float
리턴 float

ToString() 공개 메소드

public ToString ( ) : string
리턴 string