You are here

13 string references to 'SassColour' in Sassy 7.3

SassScriptFunctions::adjust in phpsass/script/SassScriptFunctions.php
Adjusts the colour
SassScriptFunctions::adjust_hue in phpsass/script/SassScriptFunctions.php
Changes the hue of a colour while retaining the lightness and saturation.
SassScriptFunctions::alpha in phpsass/script/SassScriptFunctions.php
Returns the alpha component (opacity) of a colour.
SassScriptFunctions::blue in phpsass/script/SassScriptFunctions.php
Returns the blue component of a colour.
SassScriptFunctions::green in phpsass/script/SassScriptFunctions.php
Returns the green component of a colour.
SassScriptFunctions::hue in phpsass/script/SassScriptFunctions.php
Returns the hue component of a colour.
SassScriptFunctions::lightness in phpsass/script/SassScriptFunctions.php
Returns the lightness component of a colour.
SassScriptFunctions::mix in phpsass/script/SassScriptFunctions.php
Mixes two colours together. Takes the average of each of the RGB components, optionally weighted by the given percentage. The opacity of the colours is also considered when weighting the components. The weight specifies the amount of the first colour…
SassScriptFunctions::opacity in phpsass/script/SassScriptFunctions.php
Returns the alpha component (opacity) of a colour.
SassScriptFunctions::red in phpsass/script/SassScriptFunctions.php
Returns the red component of a colour.
SassScriptFunctions::rgba in phpsass/script/SassScriptFunctions.php
Creates a SassColour object from red, green, and blue values and alpha channel (opacity). There are two overloads:
SassScriptFunctions::saturation in phpsass/script/SassScriptFunctions.php
Returns the saturation component of a colour.
sassy_compass__ie_hex_str in sassy_compass/functions/colors.inc
returns an IE hex string for a color with an alpha channel suitable for passing to IE filters.