Method

PhocColorRectset_color

Declaration [src]

void
phoc_color_rect_set_color (
  PhocColorRect* self,
  PhocColor* color
)

Description [src]

Set the rectangle’s color.

Sets propertyPhoc.ColorRect:color

Parameters

color

Type: PhocColor

The color.

The data is owned by the caller of the method.