KalugaColor

actual sealed class KalugaColor

Class describing a color

Inheritors

expect sealed class KalugaColor

Class describing a color

Inheritors

actual sealed class KalugaColor

Class describing a color

Inheritors

Types

Link copied to clipboard
actual data class DarkLightColor : KalugaColor

A KalugaColor that has a different RGBColor for isInDarkMode being true or false.

A KalugaColor that has a different RGBColor for isInDarkMode being true or false.

actual data class DarkLightColor : KalugaColor

A KalugaColor that has a different RGBColor for isInDarkMode being true or false.

Link copied to clipboard
actual data class RGBColor : KalugaColor

A KalugaColor that is represented by a single rgb-value

expect class RGBColor : KalugaColor

A KalugaColor that is represented by a single rgb-value

actual data class RGBColor : KalugaColor

A KalugaColor that is represented by a single rgb-value

Properties

Link copied to clipboard
abstract val currentColor: Int

A ColorInt describing the Color for the current ui mode.

Link copied to clipboard
Link copied to clipboard
abstract val uiColor: UIColor

the UIColor describing the color

Functions

Link copied to clipboard

Blends a KalugaColor with another color using BlendMode.ColorBurn

Link copied to clipboard

Blends a KalugaColor with another color using BlendMode.ColorBlend

Link copied to clipboard

Blends a KalugaColor with another color using BlendMode.Darken

Link copied to clipboard

Decreases the lightness of a KalugaColor by this factor. If this is a KalugaColor.DarkLightColor each component wll be darkened individually.

Link copied to clipboard

Blends a KalugaColor with another color using BlendMode.Difference

Link copied to clipboard

Blends a KalugaColor with another color using BlendMode.ColorDodge

Link copied to clipboard

Blends a KalugaColor with another color using BlendMode.Exclusion

Link copied to clipboard

Blends a KalugaColor with another color using BlendMode.HardLight

Link copied to clipboard

Blends a KalugaColor with another color using BlendMode.Hue

Link copied to clipboard

Blends a KalugaColor with another color using BlendMode.Lighten

Link copied to clipboard

Increases the lightness of a KalugaColor by this factor. If this is a KalugaColor.DarkLightColor each component wll be lightened individually.

Link copied to clipboard

Blends a KalugaColor with another color using BlendMode.Luminosity

Link copied to clipboard

Blends a KalugaColor with another color using BlendMode.Multiply

Link copied to clipboard

Blends a KalugaColor with another color using BlendMode.Normal

Link copied to clipboard

Blends a KalugaColor with another color using BlendMode.Overlay

Link copied to clipboard

Blends a KalugaColor with another color using BlendMode.Saturation

Link copied to clipboard

Blends a KalugaColor with another color using BlendMode.Screen

Link copied to clipboard

Blends a KalugaColor with another color using BlendMode.SoftLight