Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/Skija
/ getSRGB
Method
getSRGB
shared/java/ColorSpace.java:17–19 ·
view source on GitHub ↗
@return the sRGB color space
()
Source
from the content-addressed store, hash-verified
15
* @
return
the sRGB color space
16
*/
17
public
static
ColorSpace getSRGB() {
18
return
_SRGBHolder.INSTANCE;
19
}
20
21
public
static
class
_SRGBLinearHolder {
22
static
{ Stats.onNativeCall(); }
Callers
6
testExtendedApi
Method · 0.95
makeS32
Method · 0.95
convert
Method · 0.95
drawColors
Method · 0.95
linearCS
Method · 0.95
drawLinearCS
Method · 0.95
Calls
no outgoing calls
Tested by
1
testExtendedApi
Method · 0.76