ariColor | A PHP library for color manipulation in themes and plugins

 by   aristath PHP Version: v1.1.2 License: GPL-2.0

kandi X-RAY | ariColor Summary

kandi X-RAY | ariColor Summary

ariColor is a PHP library. ariColor has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitLab, GitHub.

A PHP library for color manipulation in themes and plugins. ariColor is a PHP library that will hopefully help WordPress theme developers do their job easier and more effectively. It does not provide you with methods like lighten(), darken() etc. Instead, what it does is give you the ability to create these yourself with extreme ease by giving you all the properties of a color at hand, and allowing you to manipulate them however you see fit.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              ariColor has a low active ecosystem.
              It has 54 star(s) with 12 fork(s). There are 5 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 0 open issues and 4 have been closed. On average issues are closed in 194 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of ariColor is v1.1.2

            kandi-Quality Quality

              ariColor has no bugs reported.

            kandi-Security Security

              ariColor has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              ariColor is licensed under the GPL-2.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              ariColor releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ariColor
            Get all kandi verified functions for this library.

            ariColor Key Features

            No Key Features are available at this moment for ariColor.

            ariColor Examples and Code Snippets

            ariColor,Methods:,newColor
            PHPdot img1Lines of Code : 21dot img1License : Strong Copyleft (GPL-2.0)
            copy iconCopy
            $color = ariColor::newColor( 'rgba(0, 33, 176, .62)' );
            
            
            'black'
            'darkmagenta'
            '#000'
            '#000000'
            'rgb(0, 0, 0)'
            'rgba(0, 0, 0, 1)'
            'hsl(0, 0%, 0%)'
            'hsla(0, 0%, 0%, 1)'
            array( 'rgba' => 'rgba(0,0,0,1)' )
            array( 'color' => '#000000' )
            array( 'co  
            ariColor,Methods:,Color sanitization:
            PHPdot img2Lines of Code : 20dot img2License : Strong Copyleft (GPL-2.0)
            copy iconCopy
            /**
             * Sanitizes a CSS color.
             * 
             * @param $color  string   accepts all CSS-valid color formats
             * @return        string   the sanitized color
             */
            function custom_color_sanitize( $color = '' ) {
            	// If empty, return empty
            	if ( '' == $color ) {
            		re  
            ariColor
            PHPdot img3Lines of Code : 20dot img3License : Strong Copyleft (GPL-2.0)
            copy iconCopy
            composer require aristath/ari-color
            
            $color = ariColor::newColor( '#049CBE', 'hex' );
            
            function my_custom_color_function( $color = '#ffffff' ) {
            	return ariColor::newColor( $color, 'auto' );
            }
            
            $color = my_custom_color_function( '#049CBE' );
            
            // Get   

            Community Discussions

            No Community Discussions are available at this moment for ariColor.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install ariColor

            You can download it from GitLab, GitHub.
            PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/aristath/ariColor.git

          • CLI

            gh repo clone aristath/ariColor

          • sshUrl

            git@github.com:aristath/ariColor.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link