MixingModelExtensions.ColorWheel
Extension Method in MixingModelExtensions
Declaration
public static Color[] ColorWheel(this MixingModel model)
Description
Returns the primary, secondary, and tertiary colors of the mixing model.
Parameters
model | The mixing model to get the colors of. |
Returns
Color[] | The primary, secondary, and tertiary colors of the mixing model. |