MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getTransparentIndex

Method getTransparentIndex

ij/src/main/java/ij/Prefs.java:781–783  ·  view source on GitHub ↗

Returns the transparent index (0-255), or -1 if transparency is disabled.

()

Source from the content-addressed store, hash-verified

779
780 /** Returns the transparent index (0-255), or -1 if transparency is disabled. */
781 public static int getTransparentIndex() {
782 return transparentIndex;
783 }
784
785 public static Properties getControlPanelProperties() {
786 return ijPrefs;

Callers 3

runMethod · 0.95
GifWriterClass · 0.95
ioMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected