GetBValue Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Extracts a blue value from a specified color.

Namespace:  Microsoft.SPOT.Presentation.Media
Assembly:  Microsoft.SPOT.Graphics (in Microsoft.SPOT.Graphics.dll)

Syntax

'Declaration
Public Shared Function GetBValue ( _
    color As Color _
) As Byte
public static byte GetBValue(
    Color color
)
public:
static unsigned char GetBValue(
    Color color
)
static member GetBValue : 
        color:Color -> byte 
public static function GetBValue(
    color : Color
) : byte

Parameters

Return Value

Type: System. . :: . .Byte
The blue value extracted from the specified color.

.NET Framework Security

See Also

Reference

ColorUtility Class

Microsoft.SPOT.Presentation.Media Namespace