Package io.github.zeroone3010.yahueapi
Interface StateBuilderSteps.XyStep
- All Known Subinterfaces:
StateBuilderSteps.InitialStep
- All Known Implementing Classes:
State.Builder
- Enclosing class:
- StateBuilderSteps
public static interface StateBuilderSteps.XyStep
-
Method Summary
Modifier and Type Method Description StateBuilderSteps.BrightnessStepxy(java.util.List<java.lang.Float> xy)Color.
-
Method Details
-
xy
Color.- Parameters:
xy- The x and y coordinates of the C.I.E. chromaticity diagram. Exactly two values between 0 and 1 required.- Returns:
- The next step of this state builder
-