aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/tv/iis/rgb.cl
blob: 4fada01841fbf8b5d4260f3d7ed149e94fcb1258 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#{ RGB -- Select rgb display mode.

# red_frame,i,a,1,1,4,red frame
# green_frame,i,a,2,1,4,green frame
# blue_frame,i,a,3,1,4,blue frame
# window,b,h,no,,,window RGB frames

{
	_dcontrol (type="rgb", red_frame=red_frame, green_frame=green_frame,
	    blue_frame=blue_frame, rgb_window=window)
}