Returns the transparent index (0-255), or -1 if transparency is disabled.
()
| 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; |