C# 클래스 AoMBrgEditor.DdtFile.Pixel

파일 보기 프로젝트 열기: Ryder25/Age-of-Mythology

공개 프로퍼티들

프로퍼티 타입 설명
R byte

공개 메소드들

메소드 설명
Lerp ( System.Pixel p2, int lerp, int denom ) : System.Pixel
ToString ( ) : string

메소드 상세

Lerp() 공개 메소드

public Lerp ( System.Pixel p2, int lerp, int denom ) : System.Pixel
p2 System.Pixel
lerp int
denom int
리턴 System.Pixel

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

R 공개적으로 프로퍼티

public byte R
리턴 byte