Returns bit shift converting row bytes to row pixels. Returns zero for ColorType#UNKNOWN. @return one of: 0, 1, 2, 3, 4; left shift to convert pixels to bytes
()
| 184 | * @return one of: 0, 1, 2, 3, 4; left shift to convert pixels to bytes |
| 185 | */ |
| 186 | public int getShiftPerPixel() { |
| 187 | return _colorInfo.getShiftPerPixel(); |
| 188 | } |
| 189 | |
| 190 | /** |
| 191 | * Returns minimum bytes per row, computed from pixel getWidth() and ColorType, which |
no test coverage detected