public void ClampCol(int maxCol) { if (Valid == ValidState.LineCol && Line == renderingLineNumber) { Col = Col.Clamp(0, maxCol); } }