4344454647484950
/** * Creates the screenshot robot. */ public DerivedSaturatedScheme() { super( new PurpleColorScheme().saturate(0.4), "/Users/kirillg/JProjects/substance/www/images/screenshots/colorschemes/derived-saturate.png"); }
/** * Creates the screenshot robot. */ public DerivedHueShiftedScheme() { super( new PurpleColorScheme().hueShift(0.4), "/Users/kirillg/JProjects/substance/www/images/screenshots/colorschemes/derived-hueshift.png"); }
4243444546474849
/** * Creates the screenshot robot. */ public PurpleScheme() { super( new PurpleColorScheme(), "/Users/kirillg/JProjects/substance/www/images/screenshots/colorschemes/purple.png"); }