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.BrightnessStep xy​(java.util.List<java.lang.Float> xy)
    Color.
  • Method Details

    • xy

      StateBuilderSteps.BrightnessStep xy​(java.util.List<java.lang.Float> 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