- Timestamp:
- 06/13/08 02:35:15 (5 years ago)
- Files:
-
- 1 modified
-
lang/python/misc/graphcolor.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/python/misc/graphcolor.py
r13766 r13767 33 33 #色相を0から1.0の範囲にずらす。 34 34 hs = [h-int(h) for h in hs] # mod 1.0 35 hs = [h if h>0 else -h for h in hs]35 hs = [h if h>0 else 1+h for h in hs] 36 36 37 37 # 回転を行ったものをRGBに戻す
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)