Pop

Advanced function

static void Pop();

Pops the most recently stored blender from the stack and makes it active

You can use the Push-method to store the active blender to the stack (see the examples).

Examples

// Push the old blender to the stack and select a new one //
Blenders::Push();
Blenders::Set(...);

// Do some drawing here...

//
 Restore the old blender //
Blenders::Pop();


Other functions of the class Blenders
Set
Selects the specified blender as the active color blender

Advanced functions

Push
Pushes the active blender to the stack
Pop
Pops the most recently stored blender from the stack


Questions about Pop? Click here.