Parent

Methods

CSSPool::Terms::Rgb

Attributes

blue[RW]
green[RW]
operator[RW]
parse_location[RW]
red[RW]

Public Class Methods

new(red, green, blue, operator = nil, parse_location = {}) click to toggle source
# File lib/csspool/terms/rgb.rb, line 10
def initialize red, green, blue, operator = nil, parse_location = {}
  super()
  @red    = red
  @green  = green
  @blue   = blue
  @operator = operator
  @parse_location = parse_location
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.