C# Class HaloMap.Plugins.IFPIO.IFPColor

Inheritance: BaseObject
Mostrar archivo Open project: troymac1ure/Entity

Public Properties

Property Type Description
hasAlpha bool
type IFPIO.ObjectEnum

Public Methods

Method Description
IFPColor ( string ifpName, string extendedDescription, bool ifpVisible, bool hasAlphaChannel, IFPIO type, int ifpOffset, int entlineNumber, int entparent, int entPrevSibling ) : System

Method Details

IFPColor() public method

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
return System

Property Details

hasAlpha public_oe property

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

type public_oe property

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