Platforms to show: All Mac Windows Linux Cross-Platform

LCMS2Vec3MBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class LCMS2 MBS Images Plugin 12.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
A class for a three dimension vector.
Example
dim v as new LCMS2Vec3MBS(1,2,3)
MsgBox str(v.X)+" "+str(v.y)+" "+str(v.z)
  • 4 properties
    • property X as Double
    • property Y as Double
    • property Z as Double
    • property value(index as UInt32) as Double
  • 3 methods
    • method Clone as LCMS2Vec3MBS
    • method Constructor(other as LCMS2Vec3MBS)
    • method Constructor(v1 as Double = 0.0, v2 as Double = 0.0, v3 as Double = 0.0)

This class has no sub classes.

Some methods using this class:

Some properties using for this class:

Blog Entries


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


LCMS2UcrBgMBS   -   LCMS2ViewingConditionsMBS


The biggest plugin in space...