Method
getColorSpace
()
Source from the content-addressed store, hash-verified
| 46 | } |
| 47 | |
| 48 | @Nullable |
| 49 | default ColorSpace getColorSpace() { |
| 50 | return getImageInfo()._colorInfo._colorSpace; |
| 51 | } |
Implementers 4
Codecshared/java/Codec.java Imageshared/java/Image.java