palette property

Palette? palette

The Palette of the image, or null if the image does not have one.

Implementation

Palette? get palette => null;
void palette=(Palette? p)

Implementation

set palette(Palette? p) {}