[[../02 Areas/Computer Science/Frame Buffer Model|Frame Buffer Model]] Example: >[!question] [[Screen]] is $51 \times 17$ [[Pixel|Pixels]] > [[Frame Buffer]] uses 3-[[Byte]] boundries. > > What is the [[../02 Areas/Computer Science/Stride|Stride]] of each [[../02 Areas/Computer Science/Scanline|Scanline]]? $\huge \begin{align} \underbrace{a}_{\text{Alignment}} &= 4\\ S &= 3w + a - \pa{3w \op{\,\,mod\,\,} a} \\ &= 153 + 3 \\ &= 156 \end{align} $