SSColouredItem

Superclass:
NSObject
Declared In:

Introduction

define colouring of an object in drawWithContext: at: magnification: colourRender:



Methods

-initWithItem:

initialise SSColouredItem

-initWithItem:colour:render:

initialise SSColouredItem


initWithItem:


initialise SSColouredItem

-(instancetype)initWithItem:(sscore_item_handle)item_h 
        colour:(CGColorRef)colour render:(unsigned)coloured_render; 
Parameters
item_h

unique identifier of the item to colour

colour

the colour to use

coloured_render

use sscore_dopt_colour_render_flags_e to define exactly what part of an item should be coloured

See Also


initWithItem:colour:render:


initialise SSColouredItem

-(instancetype)initWithItem:(sscore_item_handle)item_h 
        colour:(CGColorRef)colour render:(unsigned)coloured_render; 
Parameters
item_h

unique identifier of the item to colour

colour

the colour to use

coloured_render

use sscore_dopt_colour_render_flags_e to define exactly what part of an item should be coloured

See Also


Properties

colour

the colour to use

coloured_render

use sscore_dopt_colour_render_flags_e to define exactly what part of an item should be coloured

item_h

unique identifier of the item to colour


colour


the colour to use

@property CGColorRef colour; 

coloured_render


use sscore_dopt_colour_render_flags_e to define exactly what part of an item should be coloured

@property unsigned coloured_render; 

item_h


unique identifier of the item to colour

@property sscore_item_handle item_h;