Constructor

PhocColorRectnew

Declaration [src]

PhocColorRect*
phoc_color_rect_new (
  PhocBox* box,
  PhocColor* color
)

Description

No description available.

Parameters

box

Type: PhocBox

No description available.

The data is owned by the caller of the function.
color

Type: PhocColor

No description available.

The data is owned by the caller of the function.

Return value

Type: PhocColorRect

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.