smeighan / nutcracker

RGB Effects builder for Chistmas Animations
15 stars 15 forks source link

Colors from Nutcracker to Vixen #40

Open keebler125 opened 11 years ago

keebler125 commented 11 years ago

the colors are way off when importing from nutcracker to vixen 2.1.4 i sent sean a chart showing how much some of the colors had to be varied and there was a suggestion that the intensities be lowered in nutcracker.. i do not know how to do that. please advise thank you

kgustafson commented 11 years ago

Keeb,

Got it. I will discuss with you tonight. Can you tell me the 'shift' you are looking for to adjust your lights? You mentioned adding (or perhaps it was subtracting) intensity. We have the ability to do this with code (It requires us to translate all the RGB values to HSV values, change the intensity -- which is the V of HSV -- and translate it back to RGB). The routines to translate already exist. Just a matter of executing the code to do this mid-stream during generation. I will probably build a separate function that will operate directly on the master.nc file (for ease of use and easiest for re-coding). Seems like you have already figured out the changes needed. I just have to know what those are exactly.

Kurt

keebler125 commented 11 years ago

Kurt,

As far as the variant, I would like to see something like a sliding bar that I can adjust the value. Since not all the color corrections are that extreme, some like the red are dead on. The blues and greens are the ones that are off and way off.

Below find the chart I submitted to sean showing my corrections.

COLORS

255

        CORRECT

HEX

HUE

VIXEN

        HUE

VIXEN

HEX

RD

GN

BL

RD

GN

BL

    RD

GN

BL

RD

GN

BL

COLORS

%

%

%

%

%

%

BLUE

08

00

FF

8

0

255

3

0

100

BLUE

0

0

18

0

0

7

0

0

12

BROWN

82

3B

3B

130

59

59

51

23

23

BROWN

CREAM

FF

FF

CC

255

255

204

100

100

80

CREAM

255

255

50

100

100

20

FF

FF

32

CRIMSON

99

0

0

153

0

0

60

0

0

CRIMSON

88

0

0

35

0

0

58

0

0

GOLD

CC

AA

33

204

170

51

80

67

20

GOLD

185

35

0

73

14

0

B9

23

0

GRAY

BC

CF

CC

188

207

204

74

81

80

GRAY

149

255

97

58

100

38

95

FF

61

GREEN

00

BA

13

0

186

19

0

73

7

GREEN

0

18

0

0

7.06

0

0

12

0

MAGENTA

FF

00

EE

255

0

238

100

0

93

MAGENTA

185

13

3

73

5.1

1

B9

D

3

ORANGE

FF

99

11

255

153

17

100

60

7

ORANGE

211

18

0

83

7.06

0

D3

12

0

PURPLE

66

00

99

102

0

153

40

0

60

PURPLE

100

0

155

39

0

61

64

0

9B

RED

FF

00

00

255

0

0

100

0

0

RED

255

0

0

100

0

0

FF

0

0

TEAL

03

A3

A3

3

163

163

1

64

64

TEAL

0

128

128

0

50

50

0

80

80

WHITE

FF

FF

FF

255

255

255

100

100

100

WHITE

255

255

255

100

100

100

FF

FF

FF

YELLOW

FF

F7

00

255

247

0

100

97

0

YELLOW

255

128

0

100

50.2

0

FF

80

0

I hope this helps you. As you can see, some are VERY off while others only moderate (thus the sliding variant).

As you can see from the chart. I have the hex values, the hue variations and the vixen values. (I wrote a simple code in excel to calculate it all for me based on what I was wanting)

Thank you

Ken

From: kgustafson [mailto:notifications@github.com] Sent: Tuesday, October 02, 2012 4:06 PM To: smeighan/nutcracker Cc: keebler125 Subject: Re: [nutcracker] Colors from Nutcracker to Vixen (#40)

Keeb,

Got it. I will discuss with you tonight. Can you tell me the 'shift' you are looking for to adjust your lights? You mentioned adding (or perhaps it was subtracting) intensity. We have the ability to do this with code (It requires us to translate all the RGB values to HSV values, change the intensity -- which is the V of HSV -- and translate it back to RGB). The routines to translate already exist. Just a matter of executing the code to do this mid-stream during generation. I will probably build a separate function that will operate directly on the master.nc file (for ease of use and easiest for re-coding). Seems like you have already figured out the changes needed. I just have to know what those are exactly.

Kurt

— Reply to this email directly or view https://github.com/smeighan/nutcracker/issues/40#issuecomment-9086944 it on GitHub.

Image removed by sender.