Grx.Mgd 1.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Properties | List of all members
Gssoft.Gscad.Colors.EntityColor Struct Reference

Public Member Functions

 EntityColor (EntityColor entityColor)
 
 EntityColor (ColorMethod value, int index)
 
 EntityColor (ColorMethod value)
 
 EntityColor (int trueColor)
 
 EntityColor (byte red, byte green, byte blue)
 
override int GetHashCode ()
 
override bool Equals (object obj)
 

Static Public Member Functions

static int LookUpRgb (byte colorIndex)
 
static byte LookUpAci (byte red, byte green, byte blue)
 
static bool operator== (EntityColor a, EntityColor b)
 
static bool operator!= (EntityColor a, EntityColor b)
 

Properties

ColorMethod ColorMethod [get]
 
short ColorIndex [get]
 
int LayerIndex [get]
 
short PenIndex [get]
 
byte Red [get]
 
byte Green [get]
 
byte Blue [get]
 
bool IsByColor [get]
 
bool IsByLayer [get]
 
bool IsByBlock [get]
 
bool IsByAci [get]
 
bool IsByPen [get]
 
bool IsForeground [get]
 
bool IsLayerOff [get]
 
bool IsLayerFrozen [get]
 
bool IsNone [get]
 
bool IsLayerFrozenOrOff [get]
 
int TrueColor [get]