Help language development. Donate to The Perl Foundation

App::pixelpick zef:thundergnat last updated on 2022-12-31

META6.json
{
  "auth": "zef:thundergnat",
  "authors": [
    "Stephen Schulze (thundergnat)"
  ],
  "build-depends": [
  ],
  "depends": [
    "X11::libxdo:auth<zef:thundergnat>",
    "Color::Names:auth<zef:thundergnat>:api<2>",
    "Text::Center:auth<zef:thundergnat>"
  ],
  "description": "Get the color of any screen pixel in an X11 environment",
  "license": "Artistic-2.0",
  "name": "App::pixelpick",
  "perl": "6.*",
  "provides": {
    "App::pixelpick": "lib/App/pixelpick.rakumod"
  },
  "resources": [
  ],
  "source-url": "https://github.com/thundergnat/App-pixelpick.git",
  "tags": [
    "RGB",
    "color",
    "color pick",
    "XKCD",
    "X11",
    "CSS3"
  ],
  "test-depends": [
  ],
  "version": "1.1"
}