Package org. pushingpixels. aurora. common
Types
Functions
Link copied to clipboard
Returns the brightness of the specified color values in 0.0-1.0 range.
Link copied to clipboard
Link copied to clipboard
Interpolates this color towards the other color. The closer thisLikeness is to 0.0, the closer the resulting color will be to the other color.
Link copied to clipboard
fun Color.interpolateTowardsAsRGB(other: Color, thisLikeness: Float): Int
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns hue-shifted (in HSB space) version of this color.
Link copied to clipboard
Returns saturated version of this color.