spotcolorinfo_handlers module

class batchtools.spotcolorinfo_handlers.SpotColorInfoAceStruct(acesettings)

Bases: object

Ace info struct:

Members:
  • renderIntent (str): render intent name

  • workspace (str): workspace

class batchtools.spotcolorinfo_handlers.SpotColorInfoStruct(spotcolor)

Bases: object

Spot colorinfo struct:

Members:
  • bookId (str): id of the book

  • bookName (str): the book name

  • colorEngine (str): legacy or ACE

  • colorId (str): color id

  • colorModel (str): color model

  • colorName (str): color name

  • rgba (list of int): color as rgba values

  • aceSettings (SpotColorInfoAceStruct): spotcolor ACE info struct