class com.apple.laf.AquaUtils$6 extends com.apple.laf.AquaUtils$IconImageFilter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaUtils$6
  super_class: com.apple.laf.AquaUtils$IconImageFilter
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaUtils$6 this
         0: .line 116
            aload 0 /* this */
            invokespecial com.apple.laf.AquaUtils$IconImageFilter.<init>:()V
            return
        end local 0 // com.apple.laf.AquaUtils$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaUtils$6;

  int getGreyFor(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaUtils$6 this
        start local 1 // int gray
         0: .line 119
            sipush 255
            sipush 255
            iload 1 /* gray */
            isub
            bipush 65
            imul
            bipush 100
            idiv
            isub
            ireturn
        end local 1 // int gray
        end local 0 // com.apple.laf.AquaUtils$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaUtils$6;
            0    1     1  gray  I
    MethodParameters:
      Name  Flags
      gray  final
}
SourceFile: "AquaUtils.java"
EnclosingMethod: com.apple.laf.AquaUtils.generateDisabledImage:(Ljava/awt/Image;)Ljava/awt/Image;
NestHost: com.apple.laf.AquaUtils
InnerClasses:
  com.apple.laf.AquaUtils$6
  private abstract IconImageFilter = com.apple.laf.AquaUtils$IconImageFilter of com.apple.laf.AquaUtils