Returns bit shift converting row bytes to row pixels. Returns zero for ColorType#UNKNOWN. @return one of: 0, 1, 2, 3; left shift to convert pixels to bytes
()
| 69 | * @return one of: 0, 1, 2, 3; left shift to convert pixels to bytes |
| 70 | */ |
| 71 | default int getShiftPerPixel() { |
| 72 | return getImageInfo().getShiftPerPixel(); |
| 73 | } |
| 74 |
no outgoing calls
no test coverage detected