added new custom shape path segment commands - darken/lighten fill color

This commit is contained in:
Radek Doulik
2012-01-11 16:00:37 +01:00
parent 42bd571e07
commit 81856eecf4

View File

@@ -110,6 +110,26 @@ constants EnhancedCustomShapeSegmentCommand
/**
*/
const short ARCANGLETO = 17;
/**
darken fill color
*/
const short DARKEN = 18;
/**
darken fill color less
*/
const short DARKENLESS = 19;
/**
lighten fill color
*/
const short LIGHTEN = 20;
/**
lighten fill color less
*/
const short LIGHTENLESS = 21;
};
//=============================================================================