Home
last modified time | relevance | path

Searched refs:input_color1ID (Results 1 – 2 of 2) sorted by relevance

/dports/biology/garlic/garlic-1.6/
H A Dadd_two_colors.c38 void AddTwoColors_ (unsigned long input_color1ID, in AddTwoColors_() argument
57 red1 = input_color1ID & red_mask; in AddTwoColors_()
59 green1 = input_color1ID & green_mask; in AddTwoColors_()
61 blue1 = input_color1ID & blue_mask; in AddTwoColors_()
H A Dadd_three_colors.c40 void AddThreeColors_ (unsigned long input_color1ID, in AddThreeColors_() argument
61 red1 = input_color1ID & red_mask; in AddThreeColors_()
63 green1 = input_color1ID & green_mask; in AddThreeColors_()
65 blue1 = input_color1ID & blue_mask; in AddThreeColors_()