package com.revolsys.elevation.cloud.las.pointformat; public interface LasPointRgb extends LasPoint { int getBlue(); int getGreen(); int getRed(); }