Class LabColor

java.lang.Object
com.luna.common.img.LabColor

public class LabColor extends Object
表示以 LAB 形式存储的颜色。
  • L: 亮度
  • a: 正数代表红色,负端代表绿色
  • b: 正数代表黄色,负端代表蓝色
Since:
5.8.7
Author:
Tom Xin
  • Constructor Details

    • LabColor

      public LabColor(Integer rgb)
    • LabColor

      public LabColor(Color color)
  • Method Details

    • getDistance

      public double getDistance(LabColor other)
      获取颜色差
      Parameters:
      other - 其他Lab颜色
      Returns:
      颜色差