- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for bgBrightYellow (0.05 sec)
-
compat/maven-embedder/src/main/java/org/fusesource/jansi/Ansi.java
} public Ansi bgBrightMagenta() { return this.bgBright(Color.MAGENTA); } public Ansi bgBrightRed() { return this.bgBright(Color.RED); } public Ansi bgBrightYellow() { return this.bgBright(Color.YELLOW); } public Ansi a(Attribute attribute) { attributeOptions.add(attribute.value()); return this; } /**Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Apr 05 11:52:05 UTC 2025 - 23.1K bytes - Viewed (0)