LCMS2Vec3MBS 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 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.


💬 Ask a question or report a problem