ColorExtrasTestColourByRGB Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool TestColourByRGB(
Color c1,
Color c2
)
Public Shared Function TestColourByRGB (
c1 As Color,
c2 As Color
) As Boolean
public:
static bool TestColourByRGB(
Color c1,
Color c2
)
static member TestColourByRGB :
c1 : Color *
c2 : Color -> bool
Parameters
- c1
- Type: System.DrawingColor
- c2
- Type: System.DrawingColor
Return Value
Type:
Boolean
See Also