'Declaration
Public Shared Function GetIntensity( _ ByVal color As System.Drawing.Color _ ) As System.Byte
'Usage
Dim color As System.Drawing.Color Dim value As System.Byte value = NColor.GetIntensity(color)
public static System.byte GetIntensity( System.Drawing.Color color )
Parameters
- color