()
| 113 | return FSkinColor.get(Colors.CLR_INACTIVE); |
| 114 | } |
| 115 | private static FSkinColor getD50() { |
| 116 | return getClrMain().stepColor(-50); |
| 117 | } |
| 118 | private static FSkinColor getD30() { |
| 119 | return getClrMain().stepColor(-30); |
| 120 | } |
no test coverage detected