Package 

Object RGB.Companion

    • Method Summary

      Modifier and Type Method Description
      final RGB fromInt(Integer value) Creates a new RGB colour from the specified value (RGB integer)
      final RGB fromFloatRGB(Float red, Float green, Float blue) Creates a new RGB colour from the specified red, green and blue values
      • Methods inherited from class me.bardy.komponent.colour.RGB.Companion

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • fromInt

         final RGB fromInt(Integer value)

        Creates a new RGB colour from the specified value (RGB integer)