Returns number of bytes per pixel required by ColorType. Returns zero if #getColorType() is ColorType#UNKNOWN. @return bytes in pixel
()
| 174 | * @return bytes in pixel |
| 175 | */ |
| 176 | public int getBytesPerPixel() { |
| 177 | return _colorInfo.getBytesPerPixel(); |
| 178 | } |
| 179 | |
| 180 | /** |
| 181 | * Returns bit shift converting row bytes to row pixels. |
no test coverage detected