Class LEDCubeUpdate

    • Field Detail

      • deltaSize

        public TypedIOPort deltaSize
        The deltaSize input port. The type is int.
      • deltaX

        public TypedIOPort deltaX
        The deltaX input port. The type is int.
      • deltaY

        public TypedIOPort deltaY
        The deltaY input port. The type is int.
      • deltaZ

        public TypedIOPort deltaZ
        The deltaZ input port. The type is int.
      • r

        public TypedIOPort r
        The r input port. The type is double.
      • g

        public TypedIOPort g
        The g input port. The type is double.
      • b

        public TypedIOPort b
        The b input port. The type is double.
      • indexes

        public TypedIOPort indexes
        The indexes output port. The type is int array.
      • colors

        public TypedIOPort colors
        The colors output port. The type is int array.