GetGValue Method

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

Extracts a green value from a specified color.

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

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ColorUtility Class

Microsoft.SPOT.Presentation.Media Namespace