Searched refs:col1 (Results 1 – 2 of 2) sorted by relevance
384 @State col1: Color = Color.Yellow;393 .fontColor(this.col1)397 Button("change col1").onClick(() =>{398 this.col1 = Color.Pink;413 …col1** is changed, the entire **Text** component is updated and all of its attribute functions are…
1996 for (int col1 = 0; col1 < parm.GetBytesPerLine(); col1++) { in WritePicData() local1998 … buf8[col1 * byteBits + col8] = jpegbuf[col1] & (1 << (byteBits - col8 - bit)) ? 0 : 0xff; in WritePicData()