Platforms to show: All Mac Windows Linux Cross-Platform

NewCIColorWithStringMBS(s as String) as CIColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates a new CIColor based on the given string.
Example
dim c as CIColorMBS

c=NewCIColorWithStringMBS("1 0.5 0 1")

MsgBox c.stringRepresentation // shows "1 0.5 0 1"

Returns nil on any error.
Requires Mac OS X 10.4 to work.

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


The biggest plugin in space...