C# Class HaloMap.Plugins.IFPIO.IFPColor

Inheritance: BaseObject
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
hasAlpha bool
type IFPIO.ObjectEnum

Méthodes publiques

Méthode 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 méthode

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
Résultat System

Property Details

hasAlpha public_oe property

Defines whether this is a ARGB or RGB color
public bool hasAlpha
Résultat bool

type public_oe property

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