AciColorUseTrueColor Property
|
Get or set if the AciColor should use true color values.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool UseTrueColor { get; set; }
Public Property UseTrueColor As Boolean
Get
Set
public:
property bool UseTrueColor {
bool get ();
void set (bool value);
}
member UseTrueColor : bool with get, set
PROPERTY UseTrueColor AS LOGIC GET SET
Property Value
Type:
BooleanRemarks
By default the constructors that use r, g, b values will set this boolean to true
while the constants and constructor that use a short will set it to false.
See Also