MindFusion.Wpf Pack Programmer's Guide
IPlatformHelper(TColor, TImage).GetG Method
See Also
 





Retrieves the green component of the specified color.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

C#  Copy Code

int GetG (
    TColor color
)

Visual Basic  Copy Code

Function GetG( _
    color As TColor _
) As Integer

 Parameters

color

A color object.

 Return Value

The green component of the color.

 See Also

IPlatformHelper(TColor, TImage) Members
IPlatformHelper(TColor, TImage) Interface
MindFusion.Vsx Namespace