Graphics :: Colorutils

Graphics :: ColorUTILS PERL-module is een eenvoudig te gebruiken kleurruimte-conversies en meer.
Download nu

Graphics :: Colorutils Rangschikking & Samenvatting

Advertentie

  • Rating:
  • Vergunning:
  • Perl Artistic License
  • Prijs:
  • FREE
  • Naam uitgever:
  • Philipp K. Janert
  • Uitgever website:
  • http://search.cpan.org/~janert/Graphics-ColorUtils-0.17/lib/Graphics/ColorUtils.pm

Graphics :: Colorutils Tags


Graphics :: Colorutils Beschrijving

Graphics :: Colorutils Perl-module is een gebruiksvriendelijke kleurruimte-conversies en meer. Graphics :: ColorUTILS PERL-module is een eenvoudig te gebruiken kleurruimte-conversies en meer.Synopsis Gebruik Graphics :: ColorUtils; ($ y, $ I, $ q) = RGB2YIQ ($ R, $ G, $ B); ($ r, $ g, $ b) = yiq2rgb ($ y, $ i, $ q); $ hex_string = yiq2rgb ($ y, $ i, $ q); ($ C, $ M, $ Y) = RGB2CMY ($ R, $ G, $ B); ($ r, $ g, $ b) = CMY2RGB ($ C, $ M, $ Y); $ hex_string = CMY2RGB ($ C, $ M, $ Y); ($ H, $ L, $ S) = RGB2HLS ($ R, $ G, $ B); ($ R, $ G, $ B) = HLS2RGB ($ H, $ L, $ S); $ hex_string = HLS2RGB ($ H, $ L, $ S); ($ H, $ s, $ v) = RGB2HSV ($ R, $ G, $ B); ($ r, $ g, $ b) = HSV2RGB ($ H, $ s, $ v); $ hex_string = HSV2RGB ($ H, $ S, $ V); # ----- Gebruik Graphics :: ColorUtils QW (: Gradiënten); ($ r, $ g, $ b) = grad2RGB ($ naam, $ f); # waarbij 0,0 ColorAllocatie (HSV2RGB (270, 0,5, 0.3));) Kenmerken: Color Space ConversionColor Space Conversions, met name tussen de "intuïtieve" kleurruimten HSV (tint / verzadiging / waarde) en HLS (tint / lichtheid / verzadiging ) van en naar RGB (rood / groen / blauw) .Color lookupcolor opzoeken op naam voor drie standaardsets kleuren: www / css, svg en x11.color verlopen beheer van kleurgradiënten, die kunnen worden geïndexeerd door een drijvend puntnummer in het bereik 0..1. (Meestal bedoeld voor false-color gegevensvisualisatie.) Vereisten: · Perl


Graphics :: Colorutils Gerelateerde software