fix comment

This commit is contained in:
Looly
2025-06-25 17:03:22 +08:00
parent 9d83869d85
commit bb607e30ae
21 changed files with 484 additions and 142 deletions

View File

@@ -27,6 +27,10 @@ import java.util.Map;
* @author Tom Xin
*/
public abstract class AnsiLabMapping {
/**
* ANSI颜色和Lab颜色对应表
*/
protected Map<AnsiElement, LabColor> ansiLabMap;
/**