Platforms to show: All Mac Windows Linux Cross-Platform

Back to GMColorYUVMBS class.

GMColorYUVMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method GraphicsMagick MBS GraphicsMagick Plugin 9.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a new color with transparent black.
Example
dim c as new GMColorYUVMBS
MsgBox str(c.redQuantum)+" "+str(c.greenQuantum)+" "+str(c.blueQuantum)

See also:

GMColorYUVMBS.Constructor(other as GMColorMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method GraphicsMagick MBS GraphicsMagick Plugin 9.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a new color copying the existing color.
Example
dim g as new GMColorYUVMBS(0.1, 0.2, 0.3)
dim o as new GMColorYUVMBS(g)
MsgBox str(o.colorValue)

See also:

GMColorYUVMBS.Constructor(y as Double, u as Double, v as Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method GraphicsMagick MBS GraphicsMagick Plugin 9.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a new color with the given values.
Example
dim g as new GMColorYUVMBS(0.1, 0.2, 0.3)

See also:

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


The biggest plugin in space...