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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Calculates color value for LAB.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 11.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
L | The l color component from 0 to 100. | 50 |
a | The a color component from -128 to 127. | -34 |
b | The a color component from -128 to 127. | 77 |
Returns number or error.
Get Lab color value:
MBS( "DynaPDF.Lab"; 50; -34; 77 )
Example result: 5103154
Created 15th January 2021, last changed 15th January 2021
DynaPDF.IsInitialized - DynaPDF.LineAnnot
Feedback: Report problem or ask question.