Artemis.Plugins.LayerBrushes.ConnectingDots.LayerProperties.Presets.SmallBouncingBubbles.Apply C# (CSharp) Method

Apply() public method

public Apply ( ) : void
return void
        public void Apply()
        {
            _properties.Background.SetCurrentValue(SKColors.Black, null);
            _properties.Connections.SetCurrentValue(SKColors.Transparent, null);
            _properties.DotsColorType.SetCurrentValue(ConnectingDotsBrushProperties.ColorMappingType.Gradient, null);
            _properties.Colors.SetCurrentValue(ColorGradient.GetUnicornBarf(), null);
            _properties.ColorChangeSpeed.SetCurrentValue(15, null);
            _properties.Radius.SetCurrentValue(20, null);
            _properties.ConnectDistance.SetCurrentValue(new FloatRange(0, 0), null);
            _properties.ConnectionWidth.SetCurrentValue(0, null);
            _properties.DotsMovementSpeed.SetCurrentValue(50, null);
            _properties.Dots.SetCurrentValue(100, null);
        }
    }
SmallBouncingBubbles