Source code for monochrome.fbs.ColorMap

# automatically generated by the FlatBuffers compiler, do not modify

# namespace: fbs

from enum import IntEnum
[docs] class ColorMap(IntEnum): DEFAULT = 0 GRAY = 1 HSV = 2 BLACKBODY = 3 VIRIDIS = 4 PRGN = 5 PRGN_POS = 6 PRGN_NEG = 7 RDBU = 8 TAB10 = 9 TURBO = 10 CMOCEAN_PHASE = 11