Searched refs:GREEN_MASK (Results 1 – 1 of 1) sorted by relevance
252 GREEN_MASK: 0x0000ff00, property4396 … p.mix(c1 & PConstants.GREEN_MASK, c2 & PConstants.GREEN_MASK, f) & PConstants.GREEN_MASK |4403 …th.min(((c1 & PConstants.GREEN_MASK) + ((c2 & PConstants.GREEN_MASK) >> 8) * f), PConstants.GREEN_…4409 …nstants.RED_MASK) - ((c2 & PConstants.RED_MASK) >> 8) * f), PConstants.GREEN_MASK) & PConstants.RE…4410 …ath.max(((c1 & PConstants.GREEN_MASK) - ((c2 & PConstants.GREEN_MASK) >> 8) * f), PConstants.BLUE_…4417 …Math.max(c1 & PConstants.GREEN_MASK, ((c2 & PConstants.GREEN_MASK) >> 8) * f) & PConstants.GREEN_M…4424 …x(c1 & PConstants.GREEN_MASK, Math.min(c1 & PConstants.GREEN_MASK, ((c2 & PConstants.GREEN_MASK) >…4430 var ag = (c1 & PConstants.GREEN_MASK) >> 8;4433 var bg = (c2 & PConstants.GREEN_MASK) >> 8;4448 var ag = (c1 & PConstants.GREEN_MASK) >> 8;[all …]