BITS_PER_SAMPLE_RGB top-level property

Int32List BITS_PER_SAMPLE_RGB
final

The constant used by TAG_BITS_PER_SAMPLE. See JEITA CP-3451C Spec Section 6, Differences from Palette Color Images

Implementation

// ignore: non_constant_identifier_names
final Int32List BITS_PER_SAMPLE_RGB = Int32List.fromList([8, 8, 8]);