AutoPlay Media Studio 9

Grid.MakeColorRGB

Grid.MakeColorRGB

This is the first topic This is the last topic  

Grid.MakeColorRGB

This is the first topic This is the last topic  

OverviewExamples

number Grid.MakeColorRGB (

number Red,

number Green,

number Blue )

Example 1

-- Make blue:

blue = Grid.MakeColorRGB(0,0,255);

 

-- Make white:

white = Grid.MakeColorRGB(255,255,255);

 

-- Make black:

black = Grid.MakeColorRGB(0,0,0);

 

-- Make grey:

grey = Grid.MakeColorRGB(192,192,192);

Provides some examples of creating colors using the Grid.MakeColorRGB action.

See also: Related Actions


Learn More: Indigo Rose Software - AutoPlay Media Studio - Buy Now - Contact Us