class Sass::Value::Color::Space::Srgb

def initialize

def initialize
  super('srgb', Utils::RGB_CHANNELS)
end