ShadableColor

interface ShadableColor<T>(source)

Represents a color that can have its shade manipulated.

Parameters

T

The type of the object that represents the color.

Inheritors

Functions

Link copied to clipboard
abstract fun shade(factor: Double): T

Multiply the shade by a factor.