Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AttributeColor (0.24 sec)

  1. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/console/DefaultColorMap.java

            return new AttributeColor(Attribute.INTENSITY_BOLD, Attribute.RESET);
        }
    
        private static Color newReverseColor() {
            return new AttributeColor(Attribute.NEGATIVE_ON, Attribute.NEGATIVE_OFF);
        }
    
        private static Color newItalicColor() {
            return new AttributeColor(Attribute.ITALIC, Attribute.ITALIC_OFF);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top