Novaflower Library incorrect

fixture = Nova
manufacturer = 117
product = 1
name = Nova Flower

As currently available in the library downloader application:

Cyan and Magenta are the wrong way around, and the color default needs to be zero because at 80 it overides both the the intensity and cym channels.

Regards Ross
Parents
  • I have already made alittle changes on the profile.
    would you like me to send it to you thru email?
    its fairly simple.

    open then '_LIB' with notepad and change the 'default = 80' to 'default = 0' under the color paremeter.

    and for the magenta cyan , open the 'FUNCTION' with notepad too
    . you will see >
    ------------
    Magenta = c
    Cyan = c
    ------------
    just switch the position to become like, with cyan on top of magenta.
    ------------
    Cyan = c
    Magenta = c
    ------------

    it should work fine now.
Reply
  • I have already made alittle changes on the profile.
    would you like me to send it to you thru email?
    its fairly simple.

    open then '_LIB' with notepad and change the 'default = 80' to 'default = 0' under the color paremeter.

    and for the magenta cyan , open the 'FUNCTION' with notepad too
    . you will see >
    ------------
    Magenta = c
    Cyan = c
    ------------
    just switch the position to become like, with cyan on top of magenta.
    ------------
    Cyan = c
    Magenta = c
    ------------

    it should work fine now.
Children
No Data
Related