Pixel.Combine Description Name class Tinman.Pixel.Combine Derived from Pixel Combines the result of the first pixel layer with the result of the second one. Fields / Required first Type Pixel Constraint # != null The first pixel layer. second Type Pixel Constraint # != null The second pixel layer. Fields / Optional op Type ColorOp Default ColorOp.Blend The color operation to use. Ambient Contour