Package io.github.zeroone3010.yahueapi
Interface StateBuilderSteps.ColorStep
- All Known Subinterfaces:
StateBuilderSteps.InitialStep
- All Known Implementing Classes:
State.Builder
- Enclosing class:
- StateBuilderSteps
public static interface StateBuilderSteps.ColorStep
-
Method Summary
Modifier and Type Method Description StateBuilderSteps.BuildStepcolor(Color color)Deprecated.
-
Method Details
-
color
Deprecated.Color.- Parameters:
color- The color as aColorobject.- Returns:
- The next step of this state builder
- See Also:
UpdateState.color(Color)
-