Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
BarryP  
#1 Posted : Wednesday, May 3, 2006 8:08:19 AM(UTC)
BarryP

Rank: Member

Groups: Member
Joined: 3/23/2006(UTC)
Posts: 17

Excuse my ignorance.

I have no Idea how this works.

I have tried using normal RGB values:

Code:
objFloatingImage.ColorAdjustment.ChannelBalance 0,135,135,135


But this does not work.

When I do:

Code:
objFloatingImage.ColorAdjustment.ChannelBalance 0, 10,10,10


Use lower colors it works. Is there any way that I can get my RGB colors to work here?

Code samples would be great.

Thanks.

Edited by user Thursday, December 20, 2007 4:39:47 PM(UTC)  | Reason: Not specified

Andrew  
#2 Posted : Friday, May 5, 2006 9:56:15 PM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
Could you explain what exactly does not work? What result you expect?

ChannelBalance just adds specified number to each channel in each pixel. If this sum exceeds 255 (maximum value which can be stored in one byte), it is cut to 255.
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.