Difference between revisions of "Text Style Tips"
From FM Plugin Wikipedia
Line 35: | Line 35: | ||
*[[void operator delete ( void *obj )]] | *[[void operator delete ( void *obj )]] | ||
+ | |||
+ | |||
+ | |||
+ | =Example TextStyle Functions= |
Revision as of 23:59, 11 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