class com.apple.laf.AquaUtils$5 extends com.apple.laf.AquaUtils$IconImageFilter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaUtils$5
  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$5 this
         0: .line 106
            aload 0 /* this */
            invokespecial com.apple.laf.AquaUtils$IconImageFilter.<init>:()V
            return
        end local 0 // com.apple.laf.AquaUtils$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaUtils$5;

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