Section Divider Structure#

Note

The Photoshop File format stores this layer to mark the end of a grouped section as outlined below. This Layer is created automatically on conversion and creating one manually is considered undefined behaviour

Group

.…

SectionDivider

template<typename T>
struct SectionDividerLayer : public Layer<T>#

Public Functions

SectionDividerLayer() = default#
inline std::tuple<LayerRecord, ChannelImageData> toPhotoshop(const Enum::ColorMode colorMode, [[maybe_unused]] const FileHeader &header) override#