ACadSharp.Color.IsTrueColor - DomCR/ACadSharp GitHub Wiki
IsTrueColor Property
True if the stored color is a true color. False if the color is an indexed color.
Definition
Namespace: ACadSharp.Color
C#
public Boolean IsTrueColor { get; }
Property Value
Boolean