Class RgbPaletteEntry

java.lang.Object
com.yubico.fido.metadata.RgbPaletteEntry

public final class RgbPaletteEntry extends Object
The rgbPaletteEntry is an RGB three-sample tuple palette entry.

FIDO Metadata Statement ยง3.7. rgbPaletteEntry dictionary

  • Constructor Details

    • RgbPaletteEntry

      public RgbPaletteEntry(int r, int g, int b)
  • Method Details

    • getR

      public int getR()
    • getG

      public int getG()
    • getB

      public int getB()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object