menu
dartcv4 package
documentation
core.dart
Vec4b
Vec4b.fromPointer factory constructor
Vec4b.fromPointer factory constructor
dark_mode
light_mode
Vec4b.fromPointer
constructor
Vec4b.fromPointer
(
Pointer
<
Vec4b
>
ptr
, [
bool
attach
=
true
])
Implementation
factory
Vec4b.fromPointer(ffi.Pointer<cvg.Vec4b> ptr, [
bool
attach =
true
]) => Vec4b._(ptr, attach);
dartcv4 package
documentation
core
Vec4b
Vec4b.fromPointer factory constructor
Vec4b class
Constructors
new
fromNative
fromPointer
Properties
hashCode
props
ptr
ref
runtimeType
val
val1
val2
val3
val4
Methods
dispose
noSuchMethod
toString
Operators
operator ==
Static properties
finalizer