5 * View subclass that provides the view for the masking window of a Core Image effect
7 * Copyright (c) 2006 by iThink Software.
14 #import "ITCoreImageView.h"
16 @implementation ITCoreImageView
18 -(void)drawRect:(NSRect)rect
20 [[NSColor clearColor] set];