components property

List<List<ColorTriplet>> components
final

The decoded components of the BlurHash. This is mostly useful for e.g. transposing a BlurHash.

Implementation

final List<List<ColorTriplet>> components;