C# 클래스 HaloMap.Plugins.IFPIO.IFPColor

상속: BaseObject
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
hasAlpha bool
type IFPIO.ObjectEnum

공개 메소드들

메소드 설명
IFPColor ( string ifpName, string extendedDescription, bool ifpVisible, bool hasAlphaChannel, IFPIO type, int ifpOffset, int entlineNumber, int entparent, int entPrevSibling ) : System

메소드 상세

IFPColor() 공개 메소드

public IFPColor ( string ifpName, string extendedDescription, bool ifpVisible, bool hasAlphaChannel, IFPIO type, int ifpOffset, int entlineNumber, int entparent, int entPrevSibling ) : System
ifpName string
extendedDescription string
ifpVisible bool
hasAlphaChannel bool
type IFPIO
ifpOffset int
entlineNumber int
entparent int
entPrevSibling int
리턴 System

프로퍼티 상세

hasAlpha 공개적으로 프로퍼티

Defines whether this is a ARGB or RGB color
public bool hasAlpha
리턴 bool

type 공개적으로 프로퍼티

The data type shown in the text boxes (usually float or int).
public IFPIO.ObjectEnum type
리턴 IFPIO.ObjectEnum