abstract class com.apple.laf.AquaUtils$IconImageFilter extends java.awt.image.RGBImageFilter
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.apple.laf.AquaUtils$IconImageFilter
  super_class: java.awt.image.RGBImageFilter
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaUtils$IconImageFilter this
         0: .line 140
            aload 0 /* this */
            invokespecial java.awt.image.RGBImageFilter.<init>:()V
         1: .line 141
            aload 0 /* this */
            iconst_1
            putfield com.apple.laf.AquaUtils$IconImageFilter.canFilterIndexColorModel:Z
         2: .line 142
            return
        end local 0 // com.apple.laf.AquaUtils$IconImageFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaUtils$IconImageFilter;

  public final int filterRGB(int, int, int);
    descriptor: (III)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=8, args_size=4
        start local 0 // com.apple.laf.AquaUtils$IconImageFilter this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int rgb
         0: .line 146
            iload 3 /* rgb */
            bipush 16
            ishr
            sipush 255
            iand
            istore 4 /* red */
        start local 4 // int red
         1: .line 147
            iload 3 /* rgb */
            bipush 8
            ishr
            sipush 255
            iand
            istore 5 /* green */
        start local 5 // int green
         2: .line 148
            iload 3 /* rgb */
            sipush 255
            iand
            istore 6 /* blue */
        start local 6 // int blue
         3: .line 149
            aload 0 /* this */
            ldc 0.3
            iload 4 /* red */
            i2d
            dmul
            ldc 0.59
            iload 5 /* green */
            i2d
            dmul
            dadd
            ldc 0.11
            iload 6 /* blue */
            i2d
            dmul
            dadd
            ldc 3.0
            ddiv
            d2i
            invokevirtual com.apple.laf.AquaUtils$IconImageFilter.getGreyFor:(I)I
            istore 7 /* gray */
        start local 7 // int gray
         4: .line 151
            iload 3 /* rgb */
            ldc -16777216
            iand
            iload 4 /* red */
            iload 7 /* gray */
            invokestatic com.apple.laf.AquaUtils$IconImageFilter.grayTransform:(II)I
            bipush 16
            ishl
            ior
            iload 5 /* green */
            iload 7 /* gray */
            invokestatic com.apple.laf.AquaUtils$IconImageFilter.grayTransform:(II)I
            bipush 8
            ishl
            ior
            iload 6 /* blue */
            iload 7 /* gray */
            invokestatic com.apple.laf.AquaUtils$IconImageFilter.grayTransform:(II)I
            iconst_0
            ishl
            ior
            ireturn
        end local 7 // int gray
        end local 6 // int blue
        end local 5 // int green
        end local 4 // int red
        end local 3 // int rgb
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.apple.laf.AquaUtils$IconImageFilter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/apple/laf/AquaUtils$IconImageFilter;
            0    5     1      x  I
            0    5     2      y  I
            0    5     3    rgb  I
            1    5     4    red  I
            2    5     5  green  I
            3    5     6   blue  I
            4    5     7   gray  I
    MethodParameters:
      Name  Flags
      x     final
      y     final
      rgb   final

  private static int grayTransform(int, int);
    descriptor: (II)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // int color
        start local 1 // int gray
         0: .line 155
            iload 0 /* color */
            iload 1 /* gray */
            isub
            istore 2 /* result */
        start local 2 // int result
         1: .line 156
            iload 2 /* result */
            ifge 2
            iconst_0
            istore 2 /* result */
         2: .line 157
      StackMap locals: int
      StackMap stack:
            iload 2 /* result */
            sipush 255
            if_icmple 3
            sipush 255
            istore 2 /* result */
         3: .line 158
      StackMap locals:
      StackMap stack:
            iload 2 /* result */
            ireturn
        end local 2 // int result
        end local 1 // int gray
        end local 0 // int color
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0   color  I
            0    4     1    gray  I
            1    4     2  result  I
    MethodParameters:
       Name  Flags
      color  final
      gray   final

  abstract int getGreyFor(int);
    descriptor: (I)I
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      gray  
}
SourceFile: "AquaUtils.java"
NestHost: com.apple.laf.AquaUtils
InnerClasses:
  private abstract IconImageFilter = com.apple.laf.AquaUtils$IconImageFilter of com.apple.laf.AquaUtils