set_InterpolationColors()

LinearGradientBrush::set_InterpolationColors(const SharedPtr<ColorBlend>&) method

Sets a ColorBlend object that defines a multicolor linear gradient.

void System::Drawing::Drawing2D::LinearGradientBrush::set_InterpolationColors(const SharedPtr<ColorBlend> &value)

Arguments

ParameterTypeDescription
valueconst SharedPtr<ColorBlend>&A value to set

See Also