DrawUtilNormalized Method
Normally named colors are considered different to directly per
RGB defined color, even when the same value is represented.
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public static Color Normalized(
this Color c
)
<ExtensionAttribute>
Public Shared Function Normalized (
c As Color
) As Color
public:
[ExtensionAttribute]
static Color Normalized(
Color c
)
[<ExtensionAttribute>]
static member Normalized :
c : Color -> Color
- c Color
- Color.
Colornormalized, nameless variant.In Visual Basic and C#, you can call this method as an instance method on any object of type
Color. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).