Jump to content

NomBot

Members
  • Posts

    21
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by NomBot

  1. As they say about whisky, 'they're all good but some are better than others' (I'm looking at you, caol ila and lagavulin)
    it's also true about tartans. Now I need to drag my tartan out and try to reproduce it with this plugin.
    But first I'll look at your code, which I've learned a lot from.
    toe_head2001, This is a great plugin and I appreciate the work that went into it.

  2. Update:

    Good news, OptionBasedEffects can do what I wanted to do (update UI behind-the-scenes etc) ... and I like the look and feel of it better than WinForms.

     

    minor snag: can't get the OptionDoubleVectorPan control to work, wondering if anyone has used it in a plugin.

     

    OptionDoubleVectorPan(OptionNames.VecPan,optContext,0.5,0.0,1.0,0.5,0.0,1.0),

    gives me a System.OverflowException: Overflow error.

  3. hi toe_head2001,

    XML serializer is something I need to look into.

     

    but this is what I want to do:

    1. user enters settings in UI.

    2. this is saved to a file.

    3. plugin reads the file.

    4. plugin alters UI based on the file.(persistent save of UI option)

     

    without user restarting the plugin.

     

    I can't figure out how to do that...

     

    also looked at optionbased, but can it get around the problem? and is there any doc for this other than play it by ear? :/

  4. This is similar to other plugins out there (since there are about 8 million of them on this site)
    Curtis' Dots, for one... but that one doesn't use path gradients.
    Anyway it's my first plugin using GDI+ (thanks to Red ochre for pointing me in that direction)
    and done entirely in CodeLab, my favorite 'plugin'.

     

    ...and not much to do with dot-matrix printers, if anyone remembers them...

     

    BB260x240_zpstwymvwtk.png

    DotMatrix.zip

     

    (Found under Stylize)

     

    User Interface:

     

    2016-11-30%2015_15_19-NomBots%20DotMatri

     

    Dot Diameter: size of the dots (very low diameters can produce tapestry-like effects)
    Background Color: fills the background, default black.
    Grad Percent: gradation amount
    Light Direction: drag the cross to direction light will come from.  
    Use Path Gradient: use a path brush rather than a linear brush.
    The following controls apply only to the path brush:
    Highlight Width: width of the highlight area
    Highlight Height: height of the highlight area
    Point: Sharpness of the highlight
    Spread: this affects the blend curve
    Light Distance: how far the light is from the canvas (no effect if light direction is in center)

     

    • Upvote 9
×
×
  • Create New...