class javax.swing.plaf.metal.MetalUtils$OceanToolBarImageFilter extends java.awt.image.RGBImageFilter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.plaf.metal.MetalUtils$OceanToolBarImageFilter
  super_class: java.awt.image.RGBImageFilter
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.plaf.metal.MetalUtils$OceanToolBarImageFilter this
         0: .line 439
            aload 0 /* this */
            invokespecial java.awt.image.RGBImageFilter.<init>:()V
         1: .line 440
            aload 0 /* this */
            iconst_1
            putfield javax.swing.plaf.metal.MetalUtils$OceanToolBarImageFilter.canFilterIndexColorModel:Z
         2: .line 441
            return
        end local 0 // javax.swing.plaf.metal.MetalUtils$OceanToolBarImageFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/plaf/metal/MetalUtils$OceanToolBarImageFilter;

  public int filterRGB(int, int, int);
    descriptor: (III)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=4
        start local 0 // javax.swing.plaf.metal.MetalUtils$OceanToolBarImageFilter this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int rgb
         0: .line 444
            iload 3 /* rgb */
            bipush 16
            ishr
            sipush 255
            iand
            istore 4 /* r */
        start local 4 // int r
         1: .line 445
            iload 3 /* rgb */
            bipush 8
            ishr
            sipush 255
            iand
            istore 5 /* g */
        start local 5 // int g
         2: .line 446
            iload 3 /* rgb */
            sipush 255
            iand
            istore 6 /* b */
        start local 6 // int b
         3: .line 447
            iload 4 /* r */
            iload 5 /* g */
            invokestatic java.lang.Math.max:(II)I
            iload 6 /* b */
            invokestatic java.lang.Math.max:(II)I
            istore 7 /* gray */
        start local 7 // int gray
         4: .line 448
            iload 3 /* rgb */
            ldc -16777216
            iand
            iload 7 /* gray */
            bipush 16
            ishl
            ior
            iload 7 /* gray */
            bipush 8
            ishl
            ior
         5: .line 449
            iload 7 /* gray */
            iconst_0
            ishl
         6: .line 448
            ior
            ireturn
        end local 7 // int gray
        end local 6 // int b
        end local 5 // int g
        end local 4 // int r
        end local 3 // int rgb
        end local 2 // int y
        end local 1 // int x
        end local 0 // javax.swing.plaf.metal.MetalUtils$OceanToolBarImageFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljavax/swing/plaf/metal/MetalUtils$OceanToolBarImageFilter;
            0    7     1     x  I
            0    7     2     y  I
            0    7     3   rgb  I
            1    7     4     r  I
            2    7     5     g  I
            3    7     6     b  I
            4    7     7  gray  I
    MethodParameters:
      Name  Flags
      x     
      y     
      rgb   
}
SourceFile: "MetalUtils.java"
NestHost: javax.swing.plaf.metal.MetalUtils
InnerClasses:
  private OceanToolBarImageFilter = javax.swing.plaf.metal.MetalUtils$OceanToolBarImageFilter of javax.swing.plaf.metal.MetalUtils