# File lib/color.rb, line 37
def
near_zero?
(
value
) (
value
.
abs
<=
COLOR_EPSILON
)
end