Gets the red component for this EntityColor
object.
Namespace: Teigha.Colors
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
Public ReadOnly Property Red As Byte
        Get
 
public:
property unsigned char Red {
        unsigned char get ();
}
 
member Red : byte with get
 
 
 
Property Value
Byte
 
See Also