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