Searched refs:BLUE_MASK (Results 1 – 1 of 1) sorted by relevance
253 BLUE_MASK: 0x000000ff, property4397 p.mix(c1 & PConstants.BLUE_MASK, c2 & PConstants.BLUE_MASK, f));4404 …Math.min((c1 & PConstants.BLUE_MASK) + (((c2 & PConstants.BLUE_MASK) * f) >> 8), PConstants.BLUE_M…4410 …ants.GREEN_MASK) - ((c2 & PConstants.GREEN_MASK) >> 8) * f), PConstants.BLUE_MASK) & PConstants.GR…4411 … Math.max((c1 & PConstants.BLUE_MASK) - (((c2 & PConstants.BLUE_MASK) * f) >> 8), 0));4418 Math.max(c1 & PConstants.BLUE_MASK, ((c2 & PConstants.BLUE_MASK) * f) >> 8));4425 …p.mix(c1 & PConstants.BLUE_MASK, Math.min(c1 & PConstants.BLUE_MASK, ((c2 & PConstants.BLUE_MASK) …4431 var ab = (c1 & PConstants.BLUE_MASK);4434 var bb = (c2 & PConstants.BLUE_MASK);4449 var ab = (c1 & PConstants.BLUE_MASK);[all …]