Uses of Class
com.kuka.roboticsAPI.capabilities.ledStrip.SegmentColor

Packages that use SegmentColor
com.kuka.roboticsAPI.capabilities.interfaces This package contains the mobile platform capability interfaces. 
com.kuka.roboticsAPI.capabilities.ledStrip This package contains the mobile platform related LED strip capabilities. 
com.kuka.roboticsAPI.capabilities.ledStrip.userEffects   
 

Uses of SegmentColor in com.kuka.roboticsAPI.capabilities.interfaces
 

Methods in com.kuka.roboticsAPI.capabilities.interfaces with parameters of type SegmentColor
 void ILEDStripControlCapability.setDefaultColor(SegmentColor color, LEDStripUserStatePriority priority)
          Sets a default LED Strip color as a LED Strip state. * Only one default color can be set, the previously set default is always removed during a new setDefaultColor() invocation
 

Uses of SegmentColor in com.kuka.roboticsAPI.capabilities.ledStrip
 

Fields in com.kuka.roboticsAPI.capabilities.ledStrip declared as SegmentColor
static SegmentColor SegmentColor.BLUE
          Blue color.
static SegmentColor SegmentColor.CYAN
          Cyan color.
static SegmentColor SegmentColor.GREEN
          Green color.
static SegmentColor SegmentColor.MAGENTA
          Magenta color.
static SegmentColor SegmentColor.OFF
          A value represents the switched-off color.
static SegmentColor SegmentColor.RED
          Red color.
static SegmentColor SegmentColor.WHITE
          White color.
static SegmentColor SegmentColor.YELLOW
          Yellow color (the green component is intentionally 140 instead of 255 for a more "yellowish" color).
 

Uses of SegmentColor in com.kuka.roboticsAPI.capabilities.ledStrip.userEffects
 

Methods in com.kuka.roboticsAPI.capabilities.ledStrip.userEffects that return SegmentColor
 SegmentColor StaticColorLedStripUserEffect.getColor()
          Method to get the color of the effect.
 SegmentColor BlinkingLedStripUserEffect.getColor()
          Method to get the segment color.
 

Constructors in com.kuka.roboticsAPI.capabilities.ledStrip.userEffects with parameters of type SegmentColor
BlinkingLedStripUserEffect(SegmentColor color, long period, boolean forceOffColor)
          Creates a BlinkingLedStripUserEffect instance.
StaticColorLedStripUserEffect(SegmentColor color)
          Creates a StaticColorLedStripUserEffect instance.
 



Copyright © 2019. All rights reserved.