module Sass::Value::Color::Space
def to_linear(channel)
-
(Numeric)
-
Parameters:
-
channel
(Numeric
) --
def to_linear(channel) raise NotImplementedError, "[BUG] Color space #{name} doesn't support linear conversions." end
(Numeric)
-
channel
(Numeric
)
--
def to_linear(channel) raise NotImplementedError, "[BUG] Color space #{name} doesn't support linear conversions." end