Class SWTColorWithAlpha


  • public class SWTColorWithAlpha
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int alpha  
      (package private) org.eclipse.swt.graphics.Color color  
    • Constructor Summary

      Constructors 
      Constructor Description
      SWTColorWithAlpha​(org.eclipse.swt.graphics.Color color, int alpha)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • color

        org.eclipse.swt.graphics.Color color
      • alpha

        int alpha
    • Constructor Detail

      • SWTColorWithAlpha

        public SWTColorWithAlpha​(org.eclipse.swt.graphics.Color color,
                                 int alpha)