Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for fgBrightYellow (0.16 seconds)

  1. compat/maven-embedder/src/main/java/org/fusesource/jansi/Ansi.java

        }
    
        public Ansi fgBrightMagenta() {
            return this.fgBright(Color.MAGENTA);
        }
    
        public Ansi fgBrightRed() {
            return this.fgBright(Color.RED);
        }
    
        public Ansi fgBrightYellow() {
            return this.fgBright(Color.YELLOW);
        }
    
        public Ansi bgBright(Color color) {
            attributeOptions.add(color.bgBright());
            return this;
        }
    
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sat Apr 05 11:52:05 GMT 2025
    - 23.1K bytes
    - Click Count (0)
Back to Top