致命的 #829 » 0001-message_background_color-MiraclePainter-Message.patch
core/mui/cairo_sub_parts_message_base.rb | ||
---|---|---|
107 | 107 |
# ==== Return |
108 | 108 |
# Array :: red, green, blueの配列。各要素は0.0..1.0の範囲。 |
109 | 109 |
def background_color(message) |
110 |
color = Plugin.filtering(:message_background_color, message, nil).last
|
|
110 |
color = Plugin.filtering(:message_background_color, helper, nil).last
|
|
111 | 111 |
if color.is_a? Array and 3 == color.size |
112 | 112 |
color.map{ |c| c.to_f / 65536 } |
113 | 113 |
else |