Last updated on
Sep 15, 2025
Note
Documentation for Substance Automation Toolkit is now included in the SAT package. You can access the documentation by opening html-doc.zip inside your downloaded SAT package.
spotcolorinfo_handler
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