Difference between revisions of "Text Style Tips"
From FM Plugin Wikipedia
m (Text Style Types moved to Text Style Tips) |
|
(No difference)
|
Revision as of 00:31, 12 July 2007
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