"squirreltown" wrote:
"EnTerr" wrote:
"squirreltown" wrote:
Exactly! I did check the inverse and it's a considerably darker shade that what's showing.
can alfalpha channel affect that?
I think the alfalpha channel is normally for knocking out any photo-bombing cows, so I don't see a connection just yet. Really, the only clue I can find is that if you rotate the hue 180º you get the result shown in the stackoverflow photos. That seems like something, being exactly 180 instead of some arbitrary amount.
screen = CreateObject("roBitmap", {width: 1280, height: 720, AlphaEnable: True})
[size=100][color=#000000][font=Arial, sans-serif]src = this.bitmaps[this.content.forecasts[i].imgURL].bitmap[/font][/color][/size]
DrawObject(x as Integer, y as Integer, src as Object) screen.DrawObject(Int(112 + (174 * i) - 75), 250, src)
Above code I am using to display an image. What I have to change to resolve issue?
RokuMarkn! Link in your answer does not works.