Kaydet (Commit) 81856eec authored tarafından Radek Doulik's avatar Radek Doulik

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

üst 42bd571e
......@@ -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;
};
//=============================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment