Searched refs:hue (Results 1 – 1 of 1) sorted by relevance
1072 let mut hue = 0; in csi_m() localVariable1074 hue |= 4; in csi_m()1077 hue |= 2; in csi_m()1080 hue |= 1; in csi_m()1083 if hue == 7 && max <= 0x55 { in csi_m()1084 hue = 0; in csi_m()1092 self.state.color = (self.state.color & 0xf0) | hue; in csi_m()