Colorize points by ASPRS classification IDs.
Each point is assigned a color from the standard ASPRS classification color table based on its class ID.
classes
Uint8Array of RGB values [r0, g0, b0, r1, g1, b1, ...]
[r0, g0, b0, r1, g1, b1, ...]
Colorize points by ASPRS classification IDs.
Each point is assigned a color from the standard ASPRS classification color table based on its class ID.
Parameters
classes: Uint8Array where each element is a classification ID (0-255)Returns
Uint8Array of RGB values
[r0, g0, b0, r1, g1, b1, ...]