Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadLAS Class / Colors Property

In This Topic
    Colors Property
    In This Topic
    RGB color array (3 bytes for each point)
    Syntax
    'Declaration
     
    Public ReadOnly Property Colors As Byte()
    public byte[] Colors {get;}
    Remarks
    It's filled only when FillColors is true or the class is initialized with the ReadLAS.formatType equals to ReadLAS.formatType.Colors.
    See Also