Interface ColorProperty

All Superinterfaces:
Transmittable<Color>
All Known Implementing Classes:
AdaptiveColorProperty, AnimatedColorProperty, AnimatedColorProperty.AnimatedAlpha, StyledColorProperty, TransitionedColorProperty, VariableColorProperty

public interface ColorProperty extends Transmittable<Color>
Utility methods for color properties.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Color
     

    Methods inherited from interface dev.prozilla.pine.common.Transmittable

    transmit
  • Method Details

    • getColor

      default Color getColor()
      Returns:
      A new color with the value of this property.