mirror of
https://github.com/astaxie/beego.git
synced 2025-06-11 05:10:39 +00:00
add unconverted support
This commit is contained in:
@ -474,7 +474,7 @@ func randomBrightness(c color.RGBA, max uint8) color.RGBA {
|
||||
uint8(int(c.R) + n),
|
||||
uint8(int(c.G) + n),
|
||||
uint8(int(c.B) + n),
|
||||
uint8(c.A),
|
||||
c.A,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user