Skip to content

tado/ofxChromaKey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxChromaKey

A very simple chroma keying addon using GLSL. You can set two parameters.

  • keyColor : set background (keying) color.
  • threshold : set threshold of the range of key color.

usage

ofxChromaKey chromaKey;

chromaKey.keyColor = ofColor(0, 255, 0);
chromaKey.threshold = 0.8;

chromaKey.begin();
// draw something
chromaKey.end();

License

The MIT License (MIT)

About

A very simple chroma keying addon using GLSL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published