Last active
August 15, 2017 04:44
-
-
Save immengineer/a5844389d0398086e3af3f89b9bd4182 to your computer and use it in GitHub Desktop.
JAISDK PixelFormatを指定して画像取得 timer1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private void timer1_Tick(object sender, EventArgs e) | |
{ | |
labelR.Text = red.ToString(); | |
labelG.Text = green.ToString(); | |
labelB.Text = blue.ToString(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
元々Average.BGR48はushort型だったので、小数点以下は要らない