Package com.luna.common.img
Class LabColor
java.lang.Object
com.luna.common.img.LabColor
表示以 LAB 形式存储的颜色。
- L: 亮度
- a: 正数代表红色,负端代表绿色
- b: 正数代表黄色,负端代表蓝色
- Since:
- 5.8.7
- Author:
- Tom Xin
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LabColor
-
LabColor
-
-
Method Details
-
getDistance
获取颜色差- Parameters:
other
- 其他Lab颜色- Returns:
- 颜色差
-