Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

4,524

Downloads of v 12.1:

719

Last Update:

11 Feb 2021

Package Maintainer(s):

Software Author(s):

  • Peter Boey

Tags:

colormania graphics color picker eyedropper magnifier freeware embedded

ColorMania

  • 1
  • 2
  • 3

12.1 | Updated: 11 Feb 2021

Downloads:

4,524

Downloads of v 12.1:

719

Maintainer(s):

Software Author(s):

  • Peter Boey

ColorMania 12.1

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install ColorMania, run the following command from the command line or from PowerShell:

>

To upgrade ColorMania, run the following command from the command line or from PowerShell:

>

To uninstall ColorMania, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade colormania -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade colormania -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install colormania
  win_chocolatey:
    name: colormania
    version: '12.1'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'colormania' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '12.1'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller colormania
{
    Name     = "colormania"
    Version  = "12.1"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'colormania':
  ensure   => '12.1',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator TheCakeIsNaOH on 26 Feb 2021.

Description

Colormania is an advanced color picker utility, especially created for web-designers, graphic artists and application developers.

It supports various color models and is able to pick colors from anywhere on your screen. Accuracy on pixel level is even made easier with the built-in screen magnifier.

ColorMania Sample

It's the perfect solution for previewing, identifying, testing and organizing color values. It can be a very difficult job to get your colors right for a unique or appealing design. ColorMania is designed specifically for this task and gives you full control over your color management.

With the color grabber you can pick any color on your screen and the screen magnifier makes this even easier for you. The RGB and HSL sliders allow you to manipulate these colors in detail and you can store the colors you want in your own custom color schemes or palettes.

ColorMania supports more color formats than any other color picker and can therefore be used in combination with a large number of other graphical programs (Photoshop, Gimp, Illustrator,..) and in different areas (web design, printing,...).

The following formats are supported :

  • HTML Color Codes (Hex / CSS) : the most common color code in used in webdesign
  • Delphi Hex : used with Borland's Delphi language
  • VB Hex : used with Microsoft's Visual Basic
  • C++ Hex : used with C++
  • RGB Values : Red/Green/Blue used in many paint programs
  • RGB% Values : Red/Green/Blue used in some DTP as well as paint programs
  • HSV Values : Hue/Saturation/Value-Brightness used in graphics programs
  • CMY : Cyan/Magenta/Yellow also used in paint programs
  • CMYK : Cyan/Magenta/Yellow/BlacK used in DTP, paint programs
  • HLS : Hue/Lightness/Saturation
  • Photoshop : Used in Adobe Photoshop color picker
  • Powerbuilder : Used in Powerbuilder development environment (Sybase)
  • Android Transparent Format
  • CSS RGBA Format

tools\chocolateybeforemodify.ps1
if (Get-Process $env:ChocolateyPackageName -ErrorAction SilentlyContinue) {
   Stop-Process -Name $env:ChocolateyPackageName -Force
}
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'

$toolsDir   = Split-Path -parent $MyInvocation.MyCommand.Definition
$fileLocation = (Get-ChildItem -Path $toolsDir -filter '*.exe' |
                        Sort-Object lastwritetime | Select-Object -Last 1).FullName

$packageArgs = @{
   packageName    = $env:ChocolateyPackageName
   fileType       = 'EXE' 
   file           = "$fileLocation"
   softwareName   = "$env:ChocolateyPackageName*"
   silentArgs     = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
   validExitCodes = @(0)
}

Install-ChocolateyInstallPackage @packageArgs

Remove-Item $fileLocation -ea 0 -force
tools\ColorManiaSetup.exe
md5: 5FC4CEDAC57B80A0E8D9D1F6E35C13E6 | sha1: B477E2D5ABD6FF73D3870F25E0E018DD665678C3 | sha256: 6A97B04E3FC2C5874EDFD794B98757287574E86D37F3F5F4FBBF31EBA51BA9CC | sha512: 7A653D180B1D922B256E8EEF4F34FD3BBFFB2228340B6B00E8CA0509BACA49ECBFCF5B86651DEB9139BACC0DD2BFE1417A672F24865A78ABF3D78F48872743C9
tools\LICENSE.txt
From: License Agreement page of the installer

LICENSE

YOU MUST CAREFULLY READ THE FOLLOWING TERMS AND CONDITIONS 
AND YOU MUST AGREE TO THEM IN ORDER TO USE THIS SOFTWARE.

WARNING

This computer program is protected by copyright law and international treaties. 
Unauthorized reproduction or distribution of this program, or any portion of it, may result in severe criminal 
and civil penalties, and will be prosecuted to the maximum extent possible under law. 


DEFINITIONS

"Software" = The software, the documentation and everything included in the original distribution package(s).
"Licensed version" = A version of this software that has been licensed for use in a company or in an organization. 
"Unlicensed version" = The freeware version of this software that has been licensed only for personal, non-commercial use at home. 
"Author" = The author(s) of this software.


USE RESTRICTIONS 

You may not: 
1. Modify, reverse engineer, decompile, disassemble or otherwise attempt to reconstruct or discover the source code, or any parts of it, from the binaries of the Software.
2. Create derivative works based on the Software (e.g. incorporating the Software in a commercial product or service without a proper license), except that You may create patches, bug fixes and additional features and bundle or distribute the Software.
3. Rent, lease, sublicense, convey, distribute or otherwise transfer rights to the Software. 
4. Remove any product identification, copyright, proprietary notices or labels from the Software.
5. Distribute or re-distrubute the licensed version of this software or the license itself without written permission from the author.
6. Sell or re-sell this software without written permission from the author.


MAINTENANCE, SUPPORT AND UPDATES 

The author is under no obligation to maintain or support or update the Software in any way, or to provide updates or error corrections. 


CONFIDENTIALITY 

The Software and any license authorization codes are confidential. You agree to take adequate steps to protect the Software 
and any license authorization codes, if any, from unauthorized disclosure or use. You agree that You will not disclose the Software, 
in source code or object code form, to any third party, except as otherwise provided herein. 


DISCLAIMER

The author expressly disclaims all warranties, whether express, implied or statutory, including, without limitation, the implied 
warranties of merchantability, of fitness for a particular purpose, noninfringement of third party intellectual property rights, 
and any warranty that may arise by reason of trade usage, custom, or course of dealing. Without limiting the foregoing, you 
acknowledge that the software is provided "as is" and that the author does not warrant that the software will run uninterrupted 
or error free nor that the  software will operate with hardware and/or software not provided by the author. This disclaimer of 
warranty constitutes an essential part of the agreement. some states do not allow the exclusion of implied  warranties, so the 
above exclusion may not apply to you, and you may have other rights, which vary from state to state. 


LIMITED LIABILITY

The entire risk as to results and performance of the software is assumed by you. under no circumstances will the author or its 
licensors be liable for any direct or special, indirect, incidental, exemplary or consequential damages of any kind or nature 
whatsoever, whether based on contract, warranty, tort (including negligence), strict liability or otherwise, arising out of or 
in any way related to the software or this agreement, even if the author or its licensors have been advised of the possibility 
of such damage or if such damage could have been reasonably foreseen, and notwithstanding any failure of essential purpose of 
any exclusive remedy provided in this agreement. such limitation on damages includes, but is not limited to, damages for loss 
of goodwill, lost profits, loss of data or software, work stoppage, computer failure or malfunction or impairment of other goods. 
In no event will the author or its licensors be liable for the costs of procurement of substitute software or services. 
in addition, inno event will the total liability of the author in connection with this agreement or the software exceed the actual 
amount paid to the author, if any, for the software giving rise to the claim. you acknowledge that this software is not designed 
or licensed for use in on-line equipment in hazardous environments such as operation of nuclear facilities, aircraft navigation 
or control, or life-critical applications. The author expressly disclaims any liability resulting from use of the software in any 
such on-line equipment in hazardous environments and accepts no liability in respect of any actions or claims based on the use of 
the software in any such on-line equipment in hazardous environments by you. for purposes of this paragraph, the term "life-critical 
application" means an application in which the functioning or malfunctioning of the software may result directly or indirectly in 
physical injury or loss of human life.

DISTRIBUTION

The software may be freely distributed provided that it is not modified 
and  the   original   archive  remains  intact  with  all  accompanying 
files, and  provided  that no fee is charged (except for any reasonable
fees necessary to cover costs of distribution media) and the author has
been notified.
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
Download via the "Download Now" button on this page:
http://www.blacksunsoftware.com/colormania.html

Direct Download:
Version  : 12.1
URL      : http://www.blacksunsoftware.com/downloads/ColorManiaSetup.exe
CheckSum : 6A97B04E3FC2C5874EDFD794B98757287574E86D37F3F5F4FBBF31EBA51BA9CC

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
ColorMania 6.3 1972 Saturday, April 1, 2017 Approved
ColorMania 6.2 443 Sunday, February 26, 2017 Approved
ColorMania 6.1 388 Friday, February 24, 2017 Approved
ColorMania 6.0 463 Thursday, February 2, 2017 Approved
ColorMania 5.1 539 Saturday, July 25, 2015 Approved

This package has no dependencies.

Discussion for the ColorMania Package

Ground Rules:

  • This discussion is only about ColorMania and the ColorMania package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or ColorMania, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus