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
()
| 68 | * @return one of: 0, 1, 2, 3; left shift to convert pixels to bytes |
| 69 | */ |
| 70 | default int getShiftPerPixel() { |
| 71 | return getImageInfo().getShiftPerPixel(); |
| 72 | } |
| 73 |
no outgoing calls