CSManagementModuleMBS methods

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Back to CSManagementModuleMBS class.

CSManagementModuleMBS.Bundle as CFBundleMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ColorSync MBS MacCF Plugin 10.5 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The bundle of the Color Management Module.

Nil for built-in Apple CMM.

CSManagementModuleMBS.CMMIdentifier as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ColorSync MBS MacCF Plugin 10.5 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The internal identifier for this Color Management Module.
Example
dim a(-1) as CSManagementModuleMBS = CSManagementModuleMBS.InstalledCMMs

for each m as CSManagementModuleMBS in a
MsgBox m.CMMIdentifier
next

CSManagementModuleMBS.Constructor(Bundle as CFBundleMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ColorSync MBS MacCF Plugin 10.5 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Creates a Color Management Module object from a given CF Bundle.
Example
dim f as FolderItem = GetFolderItem("/Library/ColorSync/CMMs/AdobeCMM.cmm", FolderItem.PathTypeShell)
dim b as CFBundleMBS = CreateBundleMBS(F)
dim m as new CSManagementModuleMBS(b)

' MsgBox stR(m.Handle) // must be non zero

MsgBox m.LocalizedName
MsgBox m.CMMIdentifier

CSManagementModuleMBS.LocalizedName as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ColorSync MBS MacCF Plugin 10.5 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The localized name of this Color Management Module.
Example
dim a(-1) as CSManagementModuleMBS = CSManagementModuleMBS.InstalledCMMs

for each m as CSManagementModuleMBS in a
MsgBox m.LocalizedName
next

The items on this page are in the following plugins: MBS MacCF Plugin.


💬 Ask a question or report a problem