File: bitmap.modifier.CUDABitmapColorMonochrome.py

package info (click to toggle)
k3d 0.8.0.2-6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 40,692 kB
  • ctags: 39,695
  • sloc: cpp: 171,303; ansic: 24,129; xml: 6,995; python: 5,796; makefile: 726; sh: 22
file content (5 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (5)
1
2
3
4
5
#python
import testing

testing.bitmap_compare_plugin_outputs("BitmapColorMonochrome", "CUDABitmapColorMonochrome", {"red_weight": 1.0, "green_weight":1.0, "blue_weight":1.0 })
testing.bitmap_compare_plugin_outputs("BitmapColorMonochrome", "CUDABitmapColorMonochrome", {"red_weight": 0.0, "green_weight":1.0, "blue_weight":0.5 })