Class: Sketchup::Color

Inherits:
Object show all
Defined in:
lib/color.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.newObject



19
20
# File 'lib/color.rb', line 19

def self.new
end

Instance Method Details

#alphaObject



3
4
# File 'lib/color.rb', line 3

def alpha
end

#alpha=(value) ⇒ Object



5
6
# File 'lib/color.rb', line 5

def alpha=(value)
end

#blendObject



7
8
# File 'lib/color.rb', line 7

def blend
end

#blueObject



9
10
# File 'lib/color.rb', line 9

def blue
end

#blue=(value) ⇒ Object



11
12
# File 'lib/color.rb', line 11

def blue=(value)
end

#greenObject



13
14
# File 'lib/color.rb', line 13

def green
end

#green=(value) ⇒ Object



15
16
# File 'lib/color.rb', line 15

def green=(value)
end

#namesObject



17
18
# File 'lib/color.rb', line 17

def names
end

#redObject



21
22
# File 'lib/color.rb', line 21

def red
end

#red=(value) ⇒ Object



23
24
# File 'lib/color.rb', line 23

def red=(value)
end

#to_aObject



25
26
# File 'lib/color.rb', line 25

def to_a
end

#to_iObject



27
28
# File 'lib/color.rb', line 27

def to_i
end

#to_sObject



29
30
# File 'lib/color.rb', line 29

def to_s
end