$exif->isBW()

Checks if the image colorspace is grayscale

Example

<?php if($page->image()->exif()->isBW()): ?>
This is a black and white picture
<?php endif ?>