ReadFastPointCloudBase.Colors Property

RGB color array (3 bytes for each point)
Public Property Colors() As Byte() 
Get 
Protected Set(ByVal Value As As Byte())
This language is not supported or no code example is available.
public byte[] Colors {get; protected set;}
This language is not supported or no code example is available.

Property Value

byte[]
Remarks
 
It's filled only when FillColors is true or the class is initialized with the formatType equals to formatType.Colors.

.NET Framework

Supported in: 4.8

In this article

Definition