Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for bgBrightRed (0.06 seconds)

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

        public Ansi bgBrightGreen() {
            return this.bgBright(Color.GREEN);
        }
    
        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) {
    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