Platforms to show: All Mac Windows Linux Cross-Platform

Back to LCMS2Vec3MBS class.

LCMS2Vec3MBS.Clone as LCMS2Vec3MBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method LCMS2 MBS Images Plugin 12.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a copy of the vector.

LCMS2Vec3MBS.Constructor(other as LCMS2Vec3MBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method LCMS2 MBS Images Plugin 12.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The copy constructor.
Example
// make a vector
dim v as new LCMS2Vec3MBS(1,2,3)

// create a copy
dim w as new LCMS2Vec3MBS(v)

// show values
MsgBox str(w.X)+" "+str(w.y)+" "+str(w.z)

See also:

LCMS2Vec3MBS.Constructor(v1 as Double = 0.0, v2 as Double = 0.0, v3 as Double = 0.0)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method LCMS2 MBS Images Plugin 12.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The constructor to initialize the object with the given values.
Example
dim v as new LCMS2Vec3MBS(1,2,3)
MsgBox str(v.X)+" "+str(v.y)+" "+str(v.z)

See also:

LCMS2Vec3MBS.value(index as UInt32) as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property LCMS2 MBS Images Plugin 12.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The values by index.

Index from 0 to 2.
(Read and Write computed property)

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


The biggest plugin in space...