Wrong value here #105022

Closed
opened 2024-11-15 08:26:00 +01:00 by deathblood · 0 comments

Page Information
File: manual/video_editing/edit/montage/strips/effects/multiply.rst
Blender Version: 4.2
Documentation Language: en
Permanent Link

Short description of error
if you have a brown pixel RGB(0.50, 0.29, 0.05), and you multiply it with a cyan filter (uniform color RGB(0.0, 1.0, 1.0)), you will get a color RGB(0.0, 0.29, 0.5).
should be
you will get a color RGB(0.0, 0.29, 0.05).
0.05*1.0=0.05

**Page Information** File: `manual/video_editing/edit/montage/strips/effects/multiply.rst` Blender Version: `4.2` Documentation Language: `en` [Permanent Link](https://docs.blender.org/manual/en/4.2/video_editing/edit/montage/strips/effects/multiply.html) **Short description of error** if you have a brown pixel RGB(0.50, 0.29, 0.05), and you multiply it with a cyan filter (uniform color RGB(0.0, 1.0, 1.0)), you will get a color RGB(0.0, 0.29, 0.5). should be you will get a color RGB(0.0, 0.29, 0.05). 0.05*1.0=0.05
deathblood added the
Priority
Normal
Type
Report
Status
Needs Triage
labels 2024-11-15 08:26:01 +01:00
Blender Bot added
Status
Resolved
and removed
Status
Needs Triage
labels 2024-11-19 05:48:48 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-manual#105022
No description provided.