Package org.cef

Class CefSettings.ColorType

  • Enclosing class:
    CefSettings

    public class CefSettings.ColorType
    extends java.lang.Object
    32-bit ARGB color value, not premultiplied. The color components are always in a known order. Equivalent to the SkColor type.
    • Constructor Summary

      Constructors 
      Constructor Description
      ColorType​(int alpha, int red, int green, int blue)  
    • Constructor Detail

      • ColorType

        public ColorType​(int alpha,
                         int red,
                         int green,
                         int blue)
    • Method Detail

      • getColor

        public long getColor()