Class: Sketchup::Material
Constant Summary
collapse
- MATERIAL_SOLID =
0
- MATERIAL_TEXTURED =
1
- MATERIAL_COLORIZED_TEXTURED =
2
Instance Method Summary
collapse
Methods included from Comparable
#between?
Methods inherited from Entity
#add_observer, #attribute_dictionaries, #attribute_dictionary, #delete_attribute, #deleted?, #entityID, #get_attribute, #model, #parent, #remove_observer, #set_attribute, #to_s, #typename, #valid?
Instance Method Details
10
11
|
# File 'lib/material.rb', line 10
def <=>
end
|
12
13
|
# File 'lib/material.rb', line 12
def ==
end
|
14
15
|
# File 'lib/material.rb', line 14
def alpha
end
|
16
17
|
# File 'lib/material.rb', line 16
def alpha=
end
|
Note:
The alpha value is always 255.
If you want the alpha, use #alpha
Returns the Color of the Material.
22
23
|
# File 'lib/material.rb', line 22
def color
end
|
25
26
|
# File 'lib/material.rb', line 25
def color=
end
|
#colorize_deltas ⇒ Array
30
31
|
# File 'lib/material.rb', line 30
def colorize_deltas
end
|
#colorize_type ⇒ Object
33
34
|
# File 'lib/material.rb', line 33
def colorize_type
end
|
#colorize_type= ⇒ Object
36
37
|
# File 'lib/material.rb', line 36
def colorize_type=
end
|
#display_name ⇒ Object
39
40
|
# File 'lib/material.rb', line 39
def display_name
end
|
#materialType ⇒ Object
41
42
|
# File 'lib/material.rb', line 41
def materialType
end
|
43
44
|
# File 'lib/material.rb', line 43
def name
end
|
45
46
|
# File 'lib/material.rb', line 45
def texture
end
|
47
48
|
# File 'lib/material.rb', line 47
def texture=
end
|
#use_alpha? ⇒ Boolean
49
50
|
# File 'lib/material.rb', line 49
def use_alpha?
end
|