EntityColor Structure |
The EntityColor type exposes the following members.
| Name | Description | |
|---|---|---|
| EntityColor(Int32) |
Creates a new instance of EntityColor using
color value.
|
|
| EntityColor(ColorMethod) |
Creates a new instance of EntityColor using
color method.
|
|
| EntityColor(ColorMethod, Int16) |
Creates a new instance of EntityColor using
color method and color index.
|
|
| EntityColor(Byte, Byte, Byte) |
Creates a new instance of EntityColor using R,
G, B color values
|
| Name | Description | |
|---|---|---|
| Blue |
Gets the blue component for this EntityColor
object.
|
|
| ColorIndex |
Gets the color index (ACI) for this
EntityColor object.
|
|
| ColorMethod |
Gets the color method for this EntityColor
object.
|
|
| Green |
Gets the green component for this EntityColor
object.
|
|
| IsByAci |
Gets if the color method for this object is
ColorMethod.ByAci.
|
|
| IsByBlock |
Gets if the color method for this object is
ColorMethod.ByBlock or the color method is ColorMethod.ByAci and
the ACI is ByBlock.
|
|
| IsByColor |
Gets if the color method for this object is
ColorMethod.ByColor.
|
|
| IsByLayer |
Gets if the color method for this object is
ColorMethod.ByLayer or the color method is ColorMethod.ByAci and
the ACI is ByLayer.
|
|
| IsByPen |
Currently not implemented.
|
|
| IsForeground |
Gets if the color is foreground color or the
color method is ColorMethod.ByAci and the ACI is Foreground.
|
|
| IsLayerFrozen |
Currently not implemented.
|
|
| IsLayerFrozenOrOff |
Currently not implemented.
|
|
| IsLayerOff |
Currently not implemented.
|
|
| IsNone |
Gets if there is no color.
|
|
| LayerIndex |
Currently not implemented.
|
|
| PenIndex |
Currently not implemented.
|
|
| Red |
Gets the red component for this EntityColor
object.
|
|
| TrueColor |
Gets Returns the TrueColor value of this
EntityColor object.
|
| Name | Description | |
|---|---|---|
| Equals |
Indicates whether this instance and a
specified object are equal.
(Inherited from ValueType.) |
|
| GetHashCode |
Returns the hash code for this instance.
(Inherited from ValueType.) |
|
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
| LookUpAci |
Returns the color index (ACI) corresponding to
the specified red, green, and blue components.
|
|
| LookUpRgb |
Returns the RGB color value and the color
method corresponding to the specified color index (ACI).
|
|
| ToString |
Returns the fully qualified type name of this
instance.
(Inherited from ValueType.) |
| © Bricsys NV. All rights reserved. |