Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fgBlack (0.04 sec)

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

            attributeOptions.add(2);
            attributeOptions.add(r & 0xff);
            attributeOptions.add(g & 0xff);
            attributeOptions.add(b & 0xff);
            return this;
        }
    
        public Ansi fgBlack() {
            return this.fg(Color.BLACK);
        }
    
        public Ansi fgBlue() {
            return this.fg(Color.BLUE);
        }
    
        public Ansi fgCyan() {
            return this.fg(Color.CYAN);
        }
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 23.1K bytes
    - Viewed (0)
Back to top