Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
Statistic
FMM
Blog
DynaPDF.RGB
Calculates color value for RGB.
Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
DynaPDF | 4.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.RGB"; Red; Green; Blue ) More
Parameters
Parameter | Description | Example |
---|---|---|
Red | The red color component from 0 to 255. | 0 |
Green | The green color component from 0 to 255. | 255 |
Blue | The blue color component from 0 to 255. | 255 |
Result
Returns color value as number.
Description
Calculates color value for RGB.For use with functions which take a color as a big number.
Calculation is Blue * 65536 + Green * 256 + Red.
Use it only if the color space is RGB.
Examples
Get a blue color value:
MBS( "DynaPDF.RGB"; 0; 0; 255 )
Example result: 16711680
Get a red color value:
MBS( "DynaPDF.RGB"; 255 )
Example result: 255
See also
- DynaPDF.CircleAnnot
- DynaPDF.CreateAxialShading
- DynaPDF.HighlightPattern
- DynaPDF.Lab
- DynaPDF.LineAnnot
- DynaPDF.SetFieldColor
- DynaPDF.SetFieldTextColor
- DynaPDF.SetFillColorValue
- DynaPDF.SetStrokeColorValue
- DynaPDF.SquareAnnot
Example Databases
Blog Entries
- Neues MBS FileMaker Plugin 11.0
- MBS FileMaker Plugin 11.0 - More than 6400 Functions In One Plugin
- DynaPDF WriteFText with links inside
- News about the MBS FileMaker Plugin 10.2
- PDF Forms with MBS Plugin
- MBS Filemaker Plugin, version 4.0pr5
Created 18th August 2014, last changed 11st December 2016
DynaPDF.Print.SetDevNames - DynaPDF.ReadImageFormat
Feedback: Report problem or ask question.

Links
MBS Xojo PDF Plugins