]> git.sesse.net Git - casparcg/blobdiff - modules/psd/layer.h
* psd: support for extracting scaling-data of text-layer, and extracting sheet-color...
[casparcg] / modules / psd / layer.h
index 5677e02ab5f1e88492d092f0892d7deab4eb8894..d094b679e2c950b38ec3a464d92cf4645a41c0f5 100644 (file)
@@ -74,9 +74,11 @@ public:
 
        const std::wstring& name() const;
        unsigned char opacity() const;
+       unsigned short sheet_color() const;
        bool is_visible();
        bool is_position_protected();
 
+       float text_scale() const;
        bool is_text() const;
        const boost::property_tree::wptree& text_data() const;