v2026.6.0
All Bundles
Bundle OpenCV computer vision library. Image supports loading, saving, resizing, color conversion, blurring, edge detection, cropping, and drawing. VideoCapture reads from files or camera streams. Compile with -lib opencv.

Scalar

OpenCV scalar

Operations

GetV0 #

Get value 0

method : public : GetV0() ~ Float

Return

TypeDescription
Floatvalue 0

GetV1 #

Get value 1

method : public : GetV1() ~ Float

Return

TypeDescription
Floatvalue 1

GetV2 #

Get value 2

method : public : GetV2() ~ Float

Return

TypeDescription
Floatvalue 2

GetV3 #

Get value 3

method : public : GetV3() ~ Float

Return

TypeDescription
Floatvalue 3

New # constructor

Constructor

New(v0:Float, v1:Float, v2:Float, v3:Float)

Parameters

NameTypeDescription
v0Floatvalue 0
v1Floatvalue 1
v2Floatvalue 2
v3Floatvalue 3