A  B  C  D  E  F  G  H  I  K  L  M  N  O  R  S  T  U  W  Y 

F

finalize() - function in kotlin.Enum
 
finalize() - function in kotlin.Enum
 
finalize() - function in kotlin.Enum
 
FormatBuilder - class in me.bardy.komponent.dsl
 
formatting(Function1) - function in me.bardy.komponent.dsl.ComponentBuilder
 
formatting(Function1) - function in me.bardy.komponent.dsl.ComponentBuilder
 
formatting(Function1) - function in me.bardy.komponent.dsl.ComponentBuilder
 
formatting(Function1) - function in me.bardy.komponent.dsl.ComponentBuilder
 
formatting(Function1) - function in me.bardy.komponent.dsl.ComponentBuilder
 
from(Integer) - function in me.bardy.komponent.colour.NamedColor.Companion
Attempts to convert the provided RGB integer value to a NamedColor, or returns null if there is no NamedColor with the specified RGB valueFor example, if value was 0, this would return NamedColor.BLACK, but if value was 1, it would return null
fromFloatRGB(Float,Float,Float) - function in me.bardy.komponent.colour.RGB.Companion
Creates a new RGB colour from the specified red, green and blue values
fromHex(String) - function in me.bardy.komponent.colour.Color.Companion
Creates a new RGB colour from the hex string providedThis can optionally be prefixed with the character '#'
fromInt(Integer) - function in me.bardy.komponent.colour.Color.Companion
Attempts to get a NamedColor with the specified RGB value, or else creates a new RGB colour from the value provided
fromInt(Integer) - function in me.bardy.komponent.colour.RGB.Companion
Creates a new RGB colour from the specified value (RGB integer)
fromRGB(RGB) - function in me.bardy.komponent.colour.Color.Companion
Creates a new RGB colour from the rgb value provided by converting the rgb value to an integer
fromRGB(Integer,Integer,Integer) - function in me.bardy.komponent.colour.Color.Companion
Creates a new RGB colour from the red, green and blue values provided by converting them to a single RGB integer
fromRGB(Float,Float,Float) - function in me.bardy.komponent.colour.Color.Companion
Creates a new RGB colour from the red, green and blue values provided by converting them to RGB integers, then converting those integers to a single RGB integer
A  B  C  D  E  F  G  H  I  K  L  M  N  O  R  S  T  U  W  Y