Class IconExe.RGBQUAD

  • Enclosing class:
    IconExe

    static class IconExe.RGBQUAD
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int rgbGreen  
      (package private) int rgBlue  
      (package private) int rgbRed  
      (package private) int rgbReserved  
    • Constructor Summary

      Constructors 
      Constructor Description
      RGBQUAD()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • rgBlue

        int rgBlue
      • rgbGreen

        int rgbGreen
      • rgbRed

        int rgbRed
      • rgbReserved

        int rgbReserved
    • Constructor Detail

      • RGBQUAD

        RGBQUAD()