Method

PhocColoris_equal

Declaration [src]

gboolean
phoc_color_is_equal (
  PhocColor* c1,
  PhocColor* c2
)

Description [src]

Compare two colors for equality.

Parameters

c2

Type: PhocColor

Another color.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if both colors are equal, otherwise FALSE.