Class Uint8HexSrgbaCssColor

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

public class Uint8HexSrgbaCssColor extends CssColor
sRGBA color with 8 bits per channel, encoded as a hexadecimal digit.

References:

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

    • Uint8HexSrgbaCssColor

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