Given a dataset with a categorical feature 'Color' having values 'Red', 'Blue', 'Green', and missing values, write a code snippet to perform one-hot encoding on this feature using Python and the pandas library. Explain how this process handles missing values.