Collapse All
Expand All
C#
vvvv45 plugin specification
UInt32Utils
.
.
::
.
.
getB Method
UInt32Utils Class
See Also
Send Feedback
Retrieves the blue channel from a uint color.
Namespace:
VVVV.Utils.SlimDX
Assembly:
VVVV.Utils3rdParty
(in VVVV.Utils3rdParty.dll) Version: 1.0.4694.10872
Syntax
C#
public
static
byte
getB
(
this
uint
col
)
Parameters
col
Type:
System
.
.
::
.
.
UInt32
The color as uint.
Return Value
The blue channel.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
UInt32
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
or
.
See Also
UInt32Utils Class
VVVV.Utils.SlimDX Namespace