Class HSBtoRGB

    • Field Detail

      • hue

        public TypedIOPort hue
        The hue input port. If this port is connected, then its input will determine whether an output is produced in any given firing. The type is double.
      • saturation

        public TypedIOPort saturation
        The saturation input port. If this port is connected, then its input will determine whether an output is produced in any given firing. The type is double.
      • brightness

        public TypedIOPort brightness
        The brightness input port. If this port is connected, then its input will determine whether an output is produced in any given firing. The type is double.
      • r

        public TypedIOPort r
        The red output port. The type is int.
      • g

        public TypedIOPort g
        The green output port. The type is int.
      • b

        public TypedIOPort b
        The blue output port. The type is int.