GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Text::Sass::Functions(3) User Contributed Perl Documentation Text::Sass::Functions(3)

Text::Sass::Functions

$LastChangedRevision: 71 $

Creates a new object.

Converts triplet into a color.

Returns the red part of a color.

Returns the green part of a color.

Returns the blue part og a color.

Mixes two colors together.

Converts as hsl triplet into a color.

Returns the hue part of a color.

Returns the saturation part of a color.

Returns the lightness part of a color.

Changes the hue of a color, can be called as adjust-hue.

Makes a color lighter.

Makes a color darker.

Makes a color more saturated.

Makes a color less saturated.

Converts a color to grayscale.

Returns the complement of a color.

Removes the quotes from a string.

Adds quotes to a string.

Converts a unitless number to a percentage.

Rounds a number to the nearest whole number.

Rounds a number up to the nearest whole number.

Rounds a number down to the nearest whole number.

Returns the absolute value of a number.

Returns the unit of a value.

Returns true if the number has no unit.

strict
warnings
Carp
POSIX
Readonly
Convert::Color
Text::Sass::Expr

Missing alpha routines rgba & hsla methods.

mix() doesn't support weight.

Author: Bjorn-Olav Strand

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.10 or, at your option, any later version of Perl 5 you may have available.
2022-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.