-
Notifications
You must be signed in to change notification settings - Fork 366
M_Aurora_EffectsEngine_EffectLayer_Get_1
Anton Pupkov edited this page Aug 8, 2016
·
1 revision
Retrieves a color of the specified X and Y coordinate on the bitmap
Namespace: Aurora.EffectsEngine
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)
C#
public Color Get(
int x,
int y
)
- x
- Type: System.Int32
X Coordiante on the bitmap - y
- Type: System.Int32
Y Coordinate on the bitmap
Type: Color
Color at (X,Y)