-
Notifications
You must be signed in to change notification settings - Fork 0
9. Transition
Enes Okullu edited this page May 4, 2024
·
1 revision
ToColor(RGBColor rGBColor);
Returns Color.
- RGBColor rGBColor: RGBColor value whose will be converted to
System.Drawing.Color.
ToRGBColor(Color color);
Returns RGBColor.
- Color color: Color value whose will be converted to
RGBColor.
ToByteArray(RGBColor[] rgbColorArray);
Returns byte[].
-
RGBColor[]rgbColorArray:
ToRGBColorArray(byte[] byteArray);
-
byte[]byteArray: