Uses of Interface
net.kyori.adventure.util.HSVLike
Packages that use HSVLike
Package
Description
Formats which may be applied to components.
Miscellaneous utilities.
-
Uses of HSVLike in net.kyori.adventure.text.format
Methods in net.kyori.adventure.text.format that return HSVLikeMethods in net.kyori.adventure.text.format with parameters of type HSVLike -
Uses of HSVLike in net.kyori.adventure.util
Methods in net.kyori.adventure.util that return HSVLikeModifier and TypeMethodDescriptiondefault HSVLikeRGBLike.asHSV()Converts the color represented by this RGBLike to the HSV color space.static HSVLikeHSVLike.fromRGB(@Range(from=0L,to=255L) int red, @Range(from=0L,to=255L) int green, @Range(from=0L,to=255L) int blue) Creates a new HSVLike from the given red, green, and blue color components.static HSVLikeHSVLike.hsvLike(float h, float s, float v) Creates a new HSVLike.