Platforms to show: All Mac Windows Linux Cross-Platform

Back to GMColorYUVMBS class.

GMColorYUVMBS.u as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 9.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The u color component.
Example
dim g as new GMColorYUVMBS(0.1, 0.2, 0.3)
MsgBox str(g.u)

Range is -0.5 to +0.5.
(Read and Write property)

GMColorYUVMBS.v as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 9.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The v color component.
Example
dim g as new GMColorYUVMBS(0.1, 0.2, 0.3)
MsgBox str(g.v)

Range is -0.5 to +0.5.
(Read and Write property)

GMColorYUVMBS.y as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 9.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The y color component.
Example
dim g as new GMColorYUVMBS(0.1, 0.2, 0.3)
MsgBox str(g.y)

Range is 0.0 to 1.0.
(Read and Write property)

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


The biggest plugin in space...