Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ setFgAlpha
Method
setFgAlpha
CodenameOne/src/com/codename1/ui/plaf/Style.java:902–904 ·
view source on GitHub ↗
(int fgAlpha)
Source
from the content-addressed store, hash-verified
900
///
901
/// - `fgAlpha`: foreground alpha
902
public
void
setFgAlpha(
int
fgAlpha) {
903
setFgAlpha(fgAlpha, false);
904
}
905
906
/// Font for the component
907
///
Callers
5
createStyle
Method · 0.95
merge
Method · 0.95
materialTabIconUsesTabPressedStyle
Method · 0.95
testCreateCopiesStyleState
Method · 0.95
invoke8
Method · 0.45
Calls
1
firePropertyChanged
Method · 0.95
Tested by
2
materialTabIconUsesTabPressedStyle
Method · 0.76
testCreateCopiesStyleState
Method · 0.76