blend_mode.coffeelib/psd/ | |
|---|---|
The blend mode describes important data regarding a layer, such as the blending mode, the opacity, and whether it's a part of a clipping mask. | undefined |
All of the blend modes are stored in the PSD file with a specific key. This is the mapping of that key to its readable name. | undefined |
The 4 character key for the blending mode. | undefined |
The opacity of the layer, from [0, 255]. | undefined |
Raw value for the clipping state of this layer. | undefined |
Is this layer a clipping mask? | undefined |
The readable representation of the blend mode. | undefined |
Is this layer visible? | undefined |
Parses the blend mode data. | undefined |
Returns the layer opacity as a percentage. | undefined |