PHP Classes

File: PHP_toolbucket/SoftMoon/rainbow-maker/colorcharts/approx.Pantone.php

Recommend this page to a friend!
  Classes of Joseph   Rainbow Maker   PHP_toolbucket/SoftMoon/rainbow-maker/colorcharts/approx.Pantone.php   Download  
File: PHP_toolbucket/SoftMoon/rainbow-maker/colorcharts/approx.Pantone.php
Role: Auxiliary script
Content type: text/plain
Description: additional color chart data for RGBaa class
Class: Rainbow Maker
Create transparent gradient images
Author: By
Last change:
Date: 12 years ago
Size: 1,682 bytes
 

Contents

Class file image Download
<?php // these tables are approximations - every monitor is different...
// PantoneĀ® is a Registered Trademark of Pantone LLC licensing&trademark@pantone.com

require_once 'RGBaa.php';

// note we add this array to RGBaa::$colorpalettes at the end of this file
$PantoneĀ®=array( /* deleted...you must provide your own tables:

Dear Mr. Golembieski:

Thank you for your email inquiry. We appreciate your interest in our products and
services.

Pantone licenses its intellectual property, directly to software manufacturers and publishers, on a royalty basis,
for incorporation into products which are being sold to end users and not used as a component in other parties
products. In other words, we do not allow a free assignment of our intellectual property to anyone for use as
a component in such party's products. "Open source software" is not a venue in which Pantone will permit its
intellectual property to be licensed, referenced and/or disseminated.

Please note that the PANTONE MATCHING SYSTEM, which includes the organizational scheme of colors,
numbers and names (as well as other PANTONE Color Systems), is a registered copyrighted work and
the copying or other unauthorized use of such work (in any form) with no permission, is prohibited.
Additionally, PANTONE, PMS as well as other Pantone marks are the exclusive property of Pantone LLC
and again cannot be used without permission.

Again, thank you for your inquiry.

Regards,


Judy Theuerkauf
Licensing Project Manager

Pantone LLC
590 Commerce Blvd.
Carlstadt, NJ 07072-3098
P: 201-935-5500
www.pantone.com www.xrite.com

*/


);

RGBaa::$color_palettes=RGBaa::$color_palettes + $PantoneĀ®;
?>