tahoma2d/toonz/sources/colorfx
Shinya Kitaoka 9eb50de5fe Use std functions (#297)
* use std functions

* replace toInt        to std::stoi
* replace toDouble     to std::stod
* replace toString     to std::to_string
* replace toWideString to std::to_wstring

* fix for MacOS

* cosmetic change
2016-06-07 16:06:00 +09:00
..
CMakeLists.txt CMake: cleanup indentation, remove redundant endif args 2016-04-27 21:48:12 +10:00
colorfx.cpp Fix conflicts (Remove license and edition defines and code) (#291) 2016-05-16 20:45:31 +09:00
colorfxutils.cpp use std::min and std::max (#318) 2016-05-18 13:03:37 +09:00
colorfxutils.h add #pragma once (#303) 2016-05-17 00:04:11 +09:00
rasterstyles.cpp first commit 2016-03-19 02:57:51 +09:00
rasterstyles.h add #pragma once (#303) 2016-05-17 00:04:11 +09:00
regionstyles.cpp use std::min and std::max (#318) 2016-05-18 13:03:37 +09:00
regionstyles.h add #pragma once (#303) 2016-05-17 00:04:11 +09:00
strokestyles.cpp Use std functions (#297) 2016-06-07 16:06:00 +09:00
strokestyles.h add #pragma once (#303) 2016-05-17 00:04:11 +09:00
zigzagstyles.cpp first commit 2016-03-19 02:57:51 +09:00
zigzagstyles.h add #pragma once (#303) 2016-05-17 00:04:11 +09:00