Overview
Attribute Summary
Inherited Attributes
javafx.ui.UIElement
Function Summary
-
public static __INTERPOLATE_COLOR(color1:
Color,
color2:
Color,
t:
Number,
)
:
Color
-
public bound brighter()
:
Color
-
public static color(r:
Number,
g:
Number,
b:
Number,
a:
Number,
)
:
Color
-
public bound darker()
:
Color
-
public static DISCRETE(a:
Color,
t:
Number,
)
:
Color
-
public static EASEBOTH(a:
Color,
t:
Number,
)
:
Color
-
public static EASEIN(a:
Color,
t:
Number,
)
:
Color
-
public static EASEOUT(a:
Color,
t:
Number,
)
:
Color
-
public static fromAWTColor(c:
Color,
)
:
Color
-
public bound getColor()
:
Color
-
public bound getPaint()
:
Paint
-
public bound htmlRef()
:
String
-
public bound interpolate(nextValue:
Color,
interp:
Number,
)
:
Color
-
public bound lessTransparent()
:
Color
-
public static LINEAR(a:
Color,
t:
Number,
)
:
Color
-
public bound moreTransparent()
:
Color
-
public static rgb(r:
Number,
g:
Number,
b:
Number,
)
:
Color
-
public static rgba(r:
Number,
g:
Number,
b:
Number,
a:
Number,
)
:
Color
-
public static transparent(c:
Color,
opacity:
Number,
)
:
Color
Inherited Functions
javafx.ui.AbstractColor
-
public abstract bound getColor()
:
Color
javafx.ui.Paint
-
public abstract bound getPaint()
:
Paint
javafx.ui.UIElement
-
public static __EASE(a:
Object,
t:
Number,
f:
Function1,
interpolate:
Function3,
)
:
Object
-
public static __EASEBOTH(t:
Number,
)
:
Number
-
public static __EASEIN(t:
Number,
)
:
Number
-
public static __EASEOUT(t:
Number,
)
:
Number
-
public static __INTERPOLATE_NUM(value1:
Number,
value2:
Number,
t:
Number,
)
:
Number
-
public static cmToPixel(cm:
Number,
)
:
Number
-
public static DISCRETE(a:
Number,
t:
Number,
)
:
Number
-
public static EASEBOTH(a:
Number,
t:
Number,
)
:
Number
-
public static EASEIN(a:
Number,
t:
Number,
)
:
Number
-
public static EASEOUT(a:
Number,
t:
Number,
)
:
Number
-
public static getScreenResolution()
:
Integer
-
public static getUIContext()
:
UIContext
-
public bound getWindow()
:
Window
-
public static inchToPixel(inch:
Number,
)
:
Number
-
public static LINEAR(a:
Number,
t:
Number,
)
:
Number
-
public static mmToPixel(mm:
Number,
)
:
Number
-
public static pointToPixel(pt:
Integer,
)
:
Number
Functions
Parameters
- r
- g
- b
- a
Returns
- Color
Parameters
- r
- g
- b
Returns
- Color
Parameters
- r
- g
- b
- a
Returns
- Color