Class Color8Bit


  • public class Color8Bit
    extends Object
    Represents colors with 8 bits of precision.
    • Field Detail

      • red

        public final int red
      • green

        public final int green
      • blue

        public final int blue
    • Constructor Detail

      • Color8Bit

        public Color8Bit​(int red,
                         int green,
                         int blue)
        Constructs a Color8Bit.
        Parameters:
        red - Red value (0-255)
        green - Green value (0-255)
        blue - Blue value (0-255)
      • Color8Bit

        public Color8Bit​(Color color)
        Constructs a Color8Bit from a Color.
        Parameters:
        color - The color