Parent

Methods

Class/Module Index [+]

Quicksearch

Origami::Graphics::Color::CMYK

Attributes

c[RW]
k[RW]
m[RW]
y[RW]

Public Class Methods

new(c,m,y,k) click to toggle source
# File lib/origami/graphics/colors.rb, line 108
def initialize(c,m,y,k)
  @c,@m,@y,@k = c,m,y,k
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.