Community Forums Archive

Go Back

Subject:byte .. any ideas?
Posted by: Jonny V
Date:3/20/2008 4:10:13 AM

I get the first line - can anyone give a brief description of what the 'byte' bit and following number string is about please? Is there any reference for this?
The below code was taken from the AutoTrimCropTest.cs script.
Jon

ISfGenericEffect fx = app.FindEffect( "Auto Trim/Crop" );
byte abData = new byte[28] {
2,0,0,0,124,243,255,255,184,242,255,255,20,0,0,0,20,0,0,0,1,0,0,0,0,0,0,0,
};

Go Back