Skip to content
Discussion options

You must be logged in to vote

Hi, blend modes can be passed in at the layerOrder object, either to an entire layer using the blend property,

   layersOrder: [
      { name: "Background" },
      { name: "Hats", blend: 'multiply' },
      { name: "Male Hair" },
]

Or to subfolders using the sublayer options

   layersOrder: [
      { name: "Background" },
      { name: "Hats", sublayerOptions: { SubFolderName: { blend: "source-over" } } },
      { name: "Male Hair" },
]

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@nerdylist
Comment options

@nftchef
Comment options

Answer selected by nerdylist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants