srgb property

  1. @JsonKey(name: 'srgb')
  2. @StringToBoolConverter()
bool srgb
final

SRGB color space

Implementation

@JsonKey(name: 'srgb')
@StringToBoolConverter()

/// SRGB color space
final bool srgb;