Skip to content
Lukas Sägesser edited this page Jun 22, 2015 · 10 revisions

ColorArray

####Category: Built-In Types

Brief Description

Array of Colors

Member Functions

Description

Array of Color, can only contains colors. Optimized for memory usage, cant fragment the memory.

Member Function Description

Get an index in the array.

  • void push_back ( Color color )

Append a value to the array.

  • void resize ( int idx )

Resize the array.

Set an index in the array.

Return the array size.

Create from a generic array.

Clone this wiki locally