Skip to content

vernondegoede/extract-screen-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

extract-screen-colors

Takes a screenshot and returns an array with the most prominent colors on your screen.

Output

[ 
  Color { _rgb: [ 242, 241, 240, 1, _clipped: false ] },
  Color { _rgb: [ 15, 14, 14, 1, _clipped: false ] },
  Color { _rgb: [ 161, 136, 101, 1, _clipped: false ] },
  Color { _rgb: [ 152, 105, 76, 1, _clipped: false ] },
  Color { _rgb: [ 82, 203, 213, 1, _clipped: false ] }
]

About

Takes a screenshot and returns an array with the most prominent colors on your screen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published