Class RgbColour

All Implemented Interfaces:
Iterable<Byte>, Collection<Byte>, List<Byte>

public class RgbColour extends PropertyValueObject
  • Field Details

  • Constructor Details

  • Method Details

    • getRed

      public Integer getRed()
      Returns:
      The red component of RGB.
    • getGreen

      public Integer getGreen()
      Returns:
      The green component of RGB.
    • getBlue

      public Integer getBlue()
      Returns:
      The blue component of RGB.
    • getLength

      public int getLength()
      Overrides:
      getLength in class com.highmobility.value.Bytes