Class GdkRGBA


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

      Fields 
      Modifier and Type Field Description
      double alpha  
      double blue  
      double green  
      double red  
      static int sizeof  
    • Constructor Summary

      Constructors 
      Constructor Description
      GdkRGBA()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Returns a string containing a concise, human-readable description of the receiver.
      • Methods inherited from class java.lang.Object

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

      • red

        public double red
      • green

        public double green
      • blue

        public double blue
      • alpha

        public double alpha
      • sizeof

        public static final int sizeof
    • Constructor Detail

      • GdkRGBA

        public GdkRGBA()
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns a string containing a concise, human-readable description of the receiver.
        Overrides:
        toString in class java.lang.Object
        Returns:
        a string representation of the GdkRGBA