Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static void CheckCompatibleColors(
	Color c1,
	Color c2
)
Visual Basic
Public Shared Sub CheckCompatibleColors ( _
	c1 As Color, _
	c2 As Color _
)
Visual C++
public:
static void CheckCompatibleColors(
	Color^ c1, 
	Color^ c2
)

See Also