Converts a Interger (preferentially in a Hexadecinal format) to a JavaFX Color.
Converts a Interger (preferentially in a Hexadecinal format) to a JavaFX Color. See JavaFX's Color.rgb()
for more details.
Number to be converted
JavaFX Color correspondent to Number.
Converts a Interger (preferentially in a Hexadecinal format) to a ScalaFX Color.
Converts a Interger (preferentially in a Hexadecinal format) to a ScalaFX Color. See JavaFX's Color.rgb()
for more details.
Number to be converted
ScalaFX Color correspondent to Number.
Converts a JavaFX Color
instance to its ScalaFX counterpart.
Converts a JavaFX Color
instance to its ScalaFX counterpart.
JavaFX Color
ScalaFX Color
Converts a JavaFX CycleMethod
instance to its ScalaFX counterpart.
Converts a JavaFX CycleMethod
instance to its ScalaFX counterpart.
JavaFX CycleMethod
ScalaFX CycleMethod
Converts a JavaFX LinearGradient
instance to its ScalaFX counterpart.
Converts a JavaFX LinearGradient
instance to its ScalaFX counterpart.
JavaFX LinearGradient
ScalaFX LinearGradient
Converts a JavaFX Paint
instance to its ScalaFX counterpart.
Converts a JavaFX Paint
instance to its ScalaFX counterpart.
JavaFX Paint
ScalaFX Paint
Converts a JavaFX PhongMaterial
instance to its ScalaFX counterpart.
Converts a JavaFX PhongMaterial
instance to its ScalaFX counterpart.
JavaFX PhongMaterial
ScalaFX PhongMaterial
Converts a JavaFX RadialGradient
instance to its ScalaFX counterpart.
Converts a JavaFX RadialGradient
instance to its ScalaFX counterpart.
JavaFX RadialGradient
ScalaFX RadialGradient
Converts a JavaFX Stop
instance to its ScalaFX counterpart.
Converts a JavaFX Stop
instance to its ScalaFX counterpart.
JavaFX Stop
ScalaFX Stop
Converts an HTML or CSS attribute string to a JavaFX Color.
Converts an HTML or CSS attribute string to a JavaFX Color. See JavaFX's Color.web()
for more details.
The name or numeric representation of the color in one of the supported formats
JavaFX Color correspondent to argument
Converts an HTML or CSS attribute string to a ScalaFX Color.
Converts an HTML or CSS attribute string to a ScalaFX Color. See JavaFX's Color.web()
for more details.
The name or numeric representation of the color in one of the supported formats
ScalaFX Color correspondent to argument
Converts a tuple of 3 Integers to a JavaFX Color.
Converts a tuple of 3 Integers to a JavaFX Color.
A tuple of 3 Integers (all of them must be lesser than 256) correspondent respectively to red, green and blue components of desired Color
Color correspondent to Tuple.
Converts a tuple of 3 Integers to a ScalaFX Color.
Converts a tuple of 3 Integers to a ScalaFX Color.
A tuple of 3 Integers (all of them must be lesser than 256) correspondent respectively to red, green and blue components of desired Color
Color correspondent to Tuple.
Converts a tuple of 3 Integers and a double to a JavaFX Color.
Converts a tuple of 3 Integers and a double to a JavaFX Color.
A tuple of 3 Integers (all of them must be lesser than 256) and a Double (lesser than 1.0) correspondent respectively to red, green, blue and opacity components of desired Color
Color correspondent to Tuple.
Converts a tuple of 3 Integers and a double to a ScalaFX Color.
Converts a tuple of 3 Integers and a double to a ScalaFX Color.
A tuple of 3 Integers (all of them must be lesser than 256) and a Double (lesser than 1.0) correspondent respectively to red, green, blue and opacity components of desired Color
Color correspondent to Tuple.