public abstract class AnsiLabMapping extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<AnsiElement,LabColor> |
ansiLabMap |
Constructor and Description |
---|
AnsiLabMapping() |
Modifier and Type | Method and Description |
---|---|
AnsiElement |
lookupClosest(Color color)
查找与给定LabColor最接近的AnsiElement颜色
|
AnsiElement |
lookupClosest(LabColor color)
查找与给定LabColor最接近的AnsiElement颜色
|
protected Map<AnsiElement,LabColor> ansiLabMap
public AnsiElement lookupClosest(Color color)
color
- LabColor
public AnsiElement lookupClosest(LabColor color)
color
- LabColor
Copyright © 2025. All rights reserved.