colorDepth property

  1. @BuiltValueField.new(wireName: r'colorDepth')
int get colorDepth

The color depth of the shopper's browser in bits per pixel. This should be obtained by using the browser's screen.colorDepth property. Accepted values: 1, 4, 8, 15, 16, 24, 30, 32 or 48 bit color depth.

Implementation

@BuiltValueField(wireName: r'colorDepth')
int get colorDepth;