Class ColourUtil

java.lang.Object
com.diozero.util.ColourUtil

public class ColourUtil
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ColourUtil()  
  • Method Summary

    Modifier and Type Method Description
    static short createColour565​(byte red, byte green, byte blue)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • createColour565

      public static short createColour565​(byte red, byte green, byte blue)