Class Uint4HexSrgbaCssColor

java.lang.Object
org.jhotdraw8.draw.css.value.CssColor
org.jhotdraw8.draw.css.value.Uint4HexSrgbaCssColor
All Implemented Interfaces:
Paintable

public class Uint4HexSrgbaCssColor extends CssColor
sRGBA color with 8 bits per channel, encoded as a hexadecimal digit with 4 bits per channel if possible.

References:

CSS Color Module Level 4, The RGB hexadecimal notations
w3.org/
  • Constructor Details

    • Uint4HexSrgbaCssColor

      public Uint4HexSrgbaCssColor(int r, int g, int b, int a)