Text Style Tips
From FM Plugin Wikipedia
This page is about editing and working with Text Styles passed from FileMaker to your plugin.
Text Style Public Functions
- void SetRed ( ColorChannel r )
- void SetGreen ( ColorChannel g )
- void SetBlue ( ColorChannel b )
- void SetAlpha ( ColorChannel a )
- ColorChannel GetRed () const
- ColorChannel GetGreen () const
- ColorChannel GetBlue () const
- ColorChannel GetAlpha () const
- ColorChannel16 GetRedUpsample () const
- ColorChannel16 GetGreenUpsample () const
- ColorChannel16 GetBlueUpsample () const
- ColorChannel16 GetAlphaUpsample () const
- Color &operator = ( const Color &rhs )
- bool operator == ( const Color &rhs ) const
- bool operator != ( const Color &rhs ) const