LuminosityColor

An interface representing a color with adjustable luminosity. It provides methods to modify or manipulate the luminosity of a color and access its current luminosity value.

Parameters

T

The type of the class implementing this interface.

Inheritors

Properties

Link copied to clipboard
abstract val luminosity: Double

Functions

Link copied to clipboard
open fun mixLuminosity(luminosity: Double, factor: Double): T
Link copied to clipboard
open fun shadeLuminosity(factor: Double): T
Link copied to clipboard
abstract fun withLuminosity(luminosity: Double): T